RefinerConfiguration.Type property
Gets or sets the type of refiner.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Type As RefinerType
Get
Set
'Usage
Dim instance As RefinerConfiguration
Dim value As RefinerType
value = instance.Type
instance.Type = value
[DataMemberAttribute]
public RefinerType Type { get; set; }
Property value
Type: Microsoft.Office.Server.Search.Administration.RefinerType