| SecurityOverrideEventArgsPrincipal Property |
The principal requesting override
Namespace:
SanteDB.Core.Security.Services
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