ManagedProperty.GetRefinerConfiguration Method
Returns the refiner configuration for the managed property. This is only applicable for managed properties that have refinement enabled.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Function GetRefinerConfiguration As RefinerConfiguration
'Usage
Dim instance As ManagedProperty
Dim returnValue As RefinerConfiguration
returnValue = instance.GetRefinerConfiguration()
RefinerConfiguration GetRefinerConfiguration()
Return Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Schema.RefinerConfiguration
Returns a RefinerConfiguration object that represents the refiner configuration for the managed property.
Exceptions
Exception | Condition |
---|---|
AdminException | if the managed property does not have refinement enabled. |
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace
SetRefinerConfiguration(RefinerConfiguration)