ManagedProperty.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
Public Property SortableType As SortableType
Get
Set
'Usage
Dim instance As ManagedProperty
Dim value As SortableType
value = instance.SortableType
instance.SortableType = value
public SortableType SortableType { get; set; }
Property value
Type: Microsoft.Office.Server.Search.Administration.SortableType
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | If this object is not backed. |
PropertyIsReadOnlyException | If this property is read only. |
PropertyCannotHaveMappingsException | If this object cannot have mappings. |
Remarks
This value has no effect if this managed property is not Sortable.