Category.MaxNonIndexedStringLength property
Essa propriedade não está sendo usado e deve ser ignorada.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Property MaxNonIndexedStringLength As Integer
Get
Set
'Uso
Dim instance As Category
Dim value As Integer
value = instance.MaxNonIndexedStringLength
instance.MaxNonIndexedStringLength = value
public int MaxNonIndexedStringLength { get; set; }
Property value
Type: System.Int32
Retorna Int32.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Se este objeto não é feito. |