TrusteeType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of a trustee.
public enum class TrusteeType
public enum TrusteeType
type TrusteeType =
Public Enum TrusteeType
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The trustee type is unknown, but not necessarily invalid. |
User | 1 | The trustee is a user. |
Group | 2 | The trustee is a group. |
Domain | 3 | The trustee is a domain. |
Alias | 4 | The trustee is an alias. |
Computer | 5 | The trustee is a computer. |
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.