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;}
    [DataMember()]
    [NotNull()]
    public:
    property List<String^>^ ExcludeTags {
       List<String^>^ get();
    }
    See Also