adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Job Class / Tags Property


In This Topic
    Tags Property (Job)
    In This Topic
    User-defined tags assigned to the job (visible in the user interface)
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Tags As StringList
    public StringList Tags {get;}
    public:
    property StringList^ Tags {
       StringList^ get();
    }
    See Also