ManagedProperty.SortableType 属性
获取或设置为此托管属性创建的排序信息的类型。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Property SortableType As SortableType
Get
Set
用法
Dim instance As ManagedProperty
Dim value As SortableType
value = instance.SortableType
instance.SortableType = value
public SortableType SortableType { get; set; }
属性值
类型:Microsoft.Office.Server.Search.Administration.SortableType
异常
异常 | 条件 |
---|---|
InvalidOperationException | 如果该对象不支持。 |
PropertyIsReadOnlyException | 如果此属性为只读。 |
PropertyCannotHaveMappingsException | 如果该对象不能映射。 |
备注
如果此托管的属性不是Sortable,则此值无效。