ManagedProperty.Retrievable property

Gets or sets a Boolean value indicating whether a managed property value is retrievable.

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

Syntax

'Declaration
Public Property Retrievable As Boolean
    Get
    Set
'Usage
Dim instance As ManagedProperty
Dim value As Boolean

value = instance.Retrievable

instance.Retrievable = value
public bool Retrievable { get; set; }

Property value

Type: System.Boolean
true if the managed property value is retrievable; otherwise, false.

Remarks

If a managed property is retrievable, it can be displayed, sorted, or used with operators in a search query.

See also

Reference

ManagedProperty class

ManagedProperty members

Microsoft.Office.Server.Search.Administration namespace