adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / OptionValueType Enumeration


In This Topic
    OptionValueType Enumeration
    In This Topic
    Indicates the data type of a server option.
    Syntax
    'Declaration
     
    
    <ComVisibleAttribute(True)>
    <GuidAttribute("627E62B7-FCAF-472C-B995-0199694EC69A")>
    Public Enum OptionValueType 
       Inherits System.Enum
    [ComVisible(true)]
    [Guid("627E62B7-FCAF-472C-B995-0199694EC69A")]
    public enum OptionValueType : System.Enum 
    [ComVisible(true)]
    [Guid("627E62B7-FCAF-472C-B995-0199694EC69A")]
    public enum class OptionValueType : public System.Enum 
    Members
    MemberValueDescription
    Boolean4 The value is a boolean value.
    Floating3 The value is a floating-point number.
    Integer2 The value is an integer.
    String1 The value is a string.
    Undefined0 The value is something other than one of the defined types.
    Inheritance Hierarchy

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

    See Also