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


In This Topic
    Caption Property (IJobVariable)
    In This Topic
    The caption to be used when prompting for a value for this variable
    Syntax
    'Declaration
     
    
    Property Caption As String
    string Caption {get; set;}
    property String^ Caption {
       String^ get();
       void set (    String^ value);
    }
    See Also