Category.MaxIndexedStringLength-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 MaxIndexedStringLength As Integer
Get
Set
'Usage
Dim instance As Category
Dim value As Integer
value = instance.MaxIndexedStringLength
instance.MaxIndexedStringLength = value
public int MaxIndexedStringLength { get; set; }
Eigenschaftswert
Typ: System.Int32
Gibt Int32 zurück.
Ausnahmen
Ausnahme | Bedingung |
---|---|
InvalidOperationException | Wenn dieses Objekt nicht unterstützt wird. |