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


In This Topic
    ExcludeObjects Property
    In This Topic
    Do not search the specified objects
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    <NotNullAttribute()>
    Public ReadOnly Property ExcludeObjects As List(Of OID)
    [DataMember()]
    [NotNull()]
    public List<OID> ExcludeObjects {get;}
    [DataMember()]
    [NotNull()]
    public:
    property List<OID^>^ ExcludeObjects {
       List<OID^>^ get();
    }
    See Also