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


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