Category.MaxNonIndexedStringLength property
This property is not in use and should be ignored.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property MaxNonIndexedStringLength As Integer
Get
Set
'Usage
Dim instance As Category
Dim value As Integer
value = instance.MaxNonIndexedStringLength
instance.MaxNonIndexedStringLength = value
public int MaxNonIndexedStringLength { get; set; }
Property value
Type: System.Int32
Returns Int32.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | If this object is not backed. |