'Declaration
Public Enum OptionType Inherits System.Enum
public enum OptionType : System.Enum
'Declaration
Public Enum OptionType Inherits System.Enum
public enum OptionType : System.Enum
Member | Value | Description |
---|---|---|
Internal | 0 | The option is for internal use by adTempus and is not sent to the Client. |
ReadOnly | 2 | The option is sent to the client but cannot be updated. |
ReadWrite | 1 | The option is sent to the client and can be updated by users with appropriate permissions. |
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.OptionType