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


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