ManagedProperty.RefinementEnabled Property
Gets or sets a Boolean value indicating whether to enable a refiner for a managed property.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Property RefinementEnabled As Boolean
Get
Set
'Usage
Dim instance As ManagedProperty
Dim value As Boolean
value = instance.RefinementEnabled
instance.RefinementEnabled = value
bool RefinementEnabled { get; set; }
Property Value
Type: System.Boolean
[true] if refinement is enabled on the managed property; otherwise, [false].
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace