adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / JobQueryParameters Class / Tags Property


In This Topic
    Tags Property (JobQueryParameters)
    In This Topic
    List of tags to include or exclude.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public ReadOnly Property Tags As List(Of String)
    [DataMember()]
    public List<string> Tags {get;}
    [DataMember()]
    public:
    property List<String^>^ Tags {
       List<String^>^ get();
    }
    Remarks
    To include a tag, prefix it with "-" in the list.
    See Also