TextSearchResultLinkAttribute 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 link to the source data.
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)]
public sealed class TextSearchResultLinkAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)>]
type TextSearchResultLinkAttribute = class
inherit Attribute
Public NotInheritable Class TextSearchResultLinkAttribute
Inherits Attribute
- Inheritance
-
TextSearchResultLinkAttribute
- Attributes
Remarks
The characteristics defined here will influence how the property is treated when converting a record to a TextSearchResult.
Constructors
| TextSearchResultLinkAttribute() |