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


In This Topic
    TagList Property (Job)
    In This Topic
    Gets or sets the Tags as a comma-delimited string.
    Syntax
    'Declaration
     
    
    Public Property TagList As String
    public string TagList {get; set;}
    public:
    property String^ TagList {
       String^ get();
       void set (    String^ value);
    }
    See Also