adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ProgramExecutionTask Class / CustomUIClass Property


In This Topic
    CustomUIClass Property
    In This Topic
    Class of the custom user interface for this object.
    Syntax
    'Declaration
     
    
    Public Property CustomUIClass As String
    public string CustomUIClass {get; set;}
    public:
    property String^ CustomUIClass {
       String^ get();
       void set (    String^ value);
    }
    See Also