다음을 통해 공유


TextSearchResultNameAttribute Class

Definition

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.

Applies to