TrusteeType Enumeration
Specifies the type of a trustee.
Syntax
'Declaration Public Enum TrusteeType Inherits System.Enum
'Usage Dim instance As TrusteeType
public enum TrusteeType : System.Enum
public enum class TrusteeType : public System.Enum
Members
Member | Description |
---|---|
Alias | The trustee is an alias. |
Computer | The trustee is a computer. |
Domain | The trustee is a domain. |
Group | The trustee is a group. |
Unknown | The trustee type is unknown, but not necessarily invalid. |
User | The trustee is a user. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
System.Messaging.TrusteeType
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also