AllowSearch
Holds a Boolean value that can be used for specifying weather this field can be used in searching resultset or not.
This value doesn't necessarily indicate that the field will be used in the Search criteria, but if this is true, only then the field's UseInSearch property will be used.
This can be useful to the User Interface controls to be able to decide if this field will allow search or not.
| C# | |
|---|---|
public bool AllowSearch {get; set;} | |
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0