System.Messaging Reference (Document! X Sample)
System.Messaging Namespace / TrusteeType Enumeration



In This Topic
    TrusteeType Enumeration
    In This Topic
    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
    MemberDescription
    AliasThe trustee is an alias.
    ComputerThe trustee is a computer.
    DomainThe trustee is a domain.
    GroupThe trustee is a group.
    UnknownThe trustee type is unknown, but not necessarily invalid.
    UserThe 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