adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Option Class / HasValue Property


In This Topic
    HasValue Property
    In This Topic
    Indicates whether the option has a value set
    Syntax
    'Declaration
     
    
    Public ReadOnly Property HasValue As Boolean
    public bool HasValue {get;}
    public:
    property bool HasValue {
       bool get();
    }
    See Also