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
Member | Value | Description |
AcceptCommands | 1 |
The server can accept commands
|
SendCommands | 2 |
The server can send commands
|
Unspecified | 0 |
No type specified
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.TrustedServerType
See Also