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;}
    See Also