ManagedPropertyInfo.Retrievable property
Gets or sets a whether this managed property value is retrievable.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Retrievable As Boolean
Get
Set
'Usage
Dim instance As ManagedPropertyInfo
Dim value As Boolean
value = instance.Retrievable
instance.Retrievable = value
[DataMemberAttribute]
public bool Retrievable { get; set; }
Property value
Type: System.Boolean