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

In This Topic
    IncludeTags Property
    In This Topic
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public ReadOnly Property IncludeTags As List(Of String)
    [DataMember()]
    public List<string> IncludeTags {get;}
    See Also