adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / IJobVariable Interface / Description Property


In This Topic
    Description Property (IJobVariable)
    In This Topic
    Documentation to be shown to the user when editing this value
    Syntax
    'Declaration
     
    
    Property Description As String
    string Description {get; set;}
    property String^ Description {
       String^ get();
       void set (    String^ value);
    }
    See Also