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


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