de la propiedad Query.MaxSnippetLength
Especifica la longitud máxima del resumen de resultados.
Espacio de nombres: Microsoft.Office.Server.Search.Query
Ensamblado: Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)
Sintaxis
'Declaración
Public Property MaxSnippetLength As Integer
Get
Set
'Uso
Dim instance As Query
Dim value As Integer
value = instance.MaxSnippetLength
instance.MaxSnippetLength = value
public int MaxSnippetLength { get; set; }
Valor de propiedad
Tipo: System.Int32