Category.MaxNonIndexedStringLength 属性
此属性未被使用,并应被忽略。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Property MaxNonIndexedStringLength As Integer
Get
Set
用法
Dim instance As Category
Dim value As Integer
value = instance.MaxNonIndexedStringLength
instance.MaxNonIndexedStringLength = value
public int MaxNonIndexedStringLength { get; set; }
属性值
类型:System.Int32
返回 Int32。
异常
异常 | 条件 |
---|---|
InvalidOperationException | 如果该对象不支持。 |