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