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


In This Topic
    IncludeObjects Property
    In This Topic
    Search only the specified objects
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public ReadOnly Property IncludeObjects As List(Of OID)
    [DataMember()]
    public List<OID> IncludeObjects {get;}
    [DataMember()]
    public:
    property List<OID^>^ IncludeObjects {
       List<OID^>^ get();
    }
    See Also