Show / Hide Table of Contents

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.

Inheritance
object
PermissionEntityRef
Implements
IPermissionEntityRef
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.GNS.Roster.Internal
Assembly: Microsoft.GNS.Roster.Internal.dll
Syntax
public class PermissionEntityRef : IPermissionEntityRef

Fields

View Source

Empty

Declaration
public static readonly PermissionEntityRef Empty
Field Value
Type Description
PermissionEntityRef

Properties

View Source

Permissions

Gets or sets the permissions flags.

Declaration
public PermissionFlags Permissions { get; set; }
Property Value
Type Description
PermissionFlags
View Source

Principal

Gets the principal in which to set permissions.

Declaration
public string Principal { get; set; }
Property Value
Type Description
string

Implements

IPermissionEntityRef
  • View Source
In this article
Back to top Generated by DocFX