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;}
    See Also