adTempus API
ArcanaDevelopment.adTempus.Client Namespace / CustomProperty Class / Value Property


In This Topic
    Value Property (CustomProperty)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Value As String
    public string Value {get; set;}
    public:
    property String^ Value {
       String^ get();
       void set (    String^ value);
    }
    See Also