TextSearchResultNameAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attribute to mark a property on a record class as the name of the source data.
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)]
public sealed class TextSearchResultNameAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)>]
type TextSearchResultNameAttribute = class
inherit Attribute
Public NotInheritable Class TextSearchResultNameAttribute
Inherits Attribute
- Inheritance
-
TextSearchResultNameAttribute
- Attributes
Remarks
The characteristics defined here will influence how the property is treated when converting a record to a TextSearchResult.
Constructors
| TextSearchResultNameAttribute() |