| PolicyViolationExceptionPrincipal Property |
Gets the principal that violated the policy
Namespace:
SanteDB.Core.Exceptions
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public IPrincipal Principal { get; }
Public ReadOnly Property Principal As IPrincipal
Get
public:
property IPrincipal^ Principal {
IPrincipal^ get ();
}
member Principal : IPrincipal with get
Property Value
Type:
IPrincipalSee Also