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


In This Topic
    APITags Property
    In This Topic
    List of tags for this job that are not displayed in the user interface
    Syntax
    'Declaration
     
    
    Public ReadOnly Property APITags As StringList
    public StringList APITags {get;}
    public:
    property StringList^ APITags {
       StringList^ get();
    }
    Remarks
    An API client can use this list to assign additional tags to the job that can be used by the API but are not displayed in the user interface
    See Also