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


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