adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ObjectSearchOptions Class / ExcludeTags Property

In This Topic
    ExcludeTags Property
    In This Topic
    Exclude objects with the specified tag(s)
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    <NotNullAttribute()>
    Public ReadOnly Property ExcludeTags As List(Of String)
    [DataMember()]
    [NotNull()]
    public List<string> ExcludeTags {get;}
    See Also