This documentation is archived and is not being maintained.
TrusteeType Enumeration
.NET Framework 1.1
Specifies the type of a trustee.
[Visual Basic] <Serializable> Public Enum TrusteeType [C#] [Serializable] public enum TrusteeType [C++] [Serializable] __value public enum TrusteeType [JScript] public Serializable enum TrusteeType
Remarks
A trustee is often a user or group, but it might also be a computer on the network or a recognized domain. When you want to grant or set access rights, specify the trustee type in the TrusteeType member of a Trustee.
Members
| Member name | 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. |
Requirements
Namespace: System.Messaging
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Messaging (in System.Messaging.dll)
See Also
Show: