ManagedProperty.SortableType Property
Gets or sets the sortable type 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 SortableType As ManagedPropertySortableType
Get
Set
'Usage
Dim instance As ManagedProperty
Dim value As ManagedPropertySortableType
value = instance.SortableType
instance.SortableType = value
ManagedPropertySortableType SortableType { get; set; }
Property Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Schema.ManagedPropertySortableType
A ManagedPropertySortableType enumeration value that specifies the current sortable type for the managed property.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace