adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / TrustedServerType Enumeration


In This Topic
    TrustedServerType Enumeration
    In This Topic
    Indicates the type of a Trusted Server
    Syntax
    'Declaration
     
    
    <FlagsAttribute()>
    <SmartAssembly.Attributes.DoNotPruneTypeAttribute()>
    <SmartAssembly.Attributes.DoNotObfuscateTypeAttribute()>
    Public Enum TrustedServerType 
       Inherits System.Enum
    [Flags()]
    [SmartAssembly.Attributes.DoNotPruneType()]
    [SmartAssembly.Attributes.DoNotObfuscateType()]
    public enum TrustedServerType : System.Enum 
    [Flags()]
    [SmartAssembly.Attributes.DoNotPruneType()]
    [SmartAssembly.Attributes.DoNotObfuscateType()]
    public enum class TrustedServerType : public System.Enum 
    Members
    MemberValueDescription
    AcceptCommands1 The server can accept commands
    SendCommands2 The server can send commands
    Unspecified0 No type specified
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcanaDevelopment.adTempus.Shared.TrustedServerType

    See Also