Skip to main content
.NET 8.0+

SearchMemberOptionsAttribute Properties

Specifies whether a property can be used by the FullTextSearch Action, if it satisfies the Filter Controller’s FilterController.FullTextSearchTargetPropertiesMode.
Name Description
IncludeMemberInCriteria Indicates whether to include or exclude the target property from the search performed by the FullTextSearch Action (see FilterController.FullTextFilterAction).
TypeId When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute.
See Also