Share via


PropertyInformation.Retrievable Property

Gets a Boolean value that indicates whether the property value can be retrieved.

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

Syntax

'Declaration
Public ReadOnly Property Retrievable As Boolean
    Get
'Usage
Dim instance As PropertyInformation
Dim value As Boolean

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

Property Value

Type: System.Boolean
true if the property can be retrieved; otherwise, false.

See Also

Reference

PropertyInformation Class

PropertyInformation Members

Microsoft.Office.Server.Search.Query Namespace