Category.MaxNonIndexedStringLength-Eigenschaft
Diese Eigenschaft wird nicht verwendet und sollte ignoriert werden.
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; }
Eigenschaftswert
Typ: System.Int32
Gibt Int32 zurück.
Ausnahmen
Ausnahme | Bedingung |
---|---|
InvalidOperationException | Wenn dieses Objekt nicht unterstützt wird. |