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