PropertyInformation.Retrievable Property
Gets a Boolean value indicating whether the property value can be retrieved.
Namespace: Microsoft.SharePoint.Search.Query
Assembly: Microsoft.SharePoint.Search (in Microsoft.SharePoint.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.