ManagedPropertyInfo.Searchable property

Gets or sets whether this managed property should end up in the full text index.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Searchable As Boolean
    Get
    Set
'Usage
Dim instance As ManagedPropertyInfo
Dim value As Boolean

value = instance.Searchable

instance.Searchable = value
[DataMemberAttribute]
public bool Searchable { get; set; }

Property value

Type: System.Boolean

See also

Reference

ManagedPropertyInfo class

ManagedPropertyInfo members

Microsoft.Office.Server.Search.Administration namespace