de la propiedad Category.MaxNonIndexedStringLength
Esta propiedad no está en uso y se debe omitir.
Espacio de nombres: Microsoft.Office.Server.Search.Administration
Ensamblado: Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)
Sintaxis
'Declaración
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; }
Valor de propiedad
Tipo: System.Int32
Devuelve Int32.
Excepciones
Excepción | Condición |
---|---|
InvalidOperationException | Si no es una copia de este objeto. |
Vea también
Referencia
Espacio de nombres Microsoft.Office.Server.Search.Administration