adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / TokenSearchOptions Class / ExcludeObjects Field


In This Topic
    ExcludeObjects Field
    In This Topic
    Do not search the specified objects
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public ReadOnly ExcludeObjects As List(Of OID)
    [DataMember()]
    public readonly List<OID> ExcludeObjects
    [DataMember()]
    public:
    readonly List<OID^>^ ExcludeObjects
    See Also