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


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