IsSearchableAttribute クラス

定義

フィールドをフルテキスト検索に含めます。 文字列または文字列のコレクション フィールドに対してのみ有効です。

[System.AttributeUsage(System.AttributeTargets.Property)]
public class IsSearchableAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type IsSearchableAttribute = class
    inherit Attribute
Public Class IsSearchableAttribute
Inherits Attribute
継承
IsSearchableAttribute
属性

コンストラクター

IsSearchableAttribute()

フィールドをフルテキスト検索に含めます。 文字列または文字列のコレクション フィールドに対してのみ有効です。

適用対象