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


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