Class PermissionEntityRef
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
Implements
Inherited Members
Namespace: Microsoft.GNS.Roster.Internal
Assembly: Microsoft.GNS.Roster.Internal.dll
Syntax
public class PermissionEntityRef : IPermissionEntityRef
Fields
View SourceEmpty
Declaration
public static readonly PermissionEntityRef Empty
Field Value
Type | Description |
---|---|
PermissionEntityRef |
Properties
View SourcePermissions
Gets or sets the permissions flags.
Declaration
public PermissionFlags Permissions { get; set; }
Property Value
Type | Description |
---|---|
PermissionFlags |
Principal
Gets the principal in which to set permissions.
Declaration
public string Principal { get; set; }
Property Value
Type | Description |
---|---|
string |