Partilhar via


TextSearchResultLinkAttribute Class

Definition

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.

Applies to