ReadAcePrincipal Property
IT Hit WebDAV Classes Reference
Principal to which privileges are granted and denied by this ACE.
Namespace:
ITHit.WebDAV.Server.Acl
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax public IPrincipal Principal { get; set; }
Public Property Principal As IPrincipal
Get
Set
public:
property IPrincipal^ Principal {
IPrincipal^ get ();
void set (IPrincipal^ value);
}
member Principal : IPrincipal with get, set
Property Value
Type:
IPrincipalSee Also