de la propiedad Query.DesiredSnippetLength
Obtiene o establece la longitud de resumen preferida.
Espacio de nombres: Microsoft.SharePoint.Client.Search.Query
Ensamblado: Microsoft.SharePoint.Client.Search (en Microsoft.SharePoint.Client.Search.dll)
Sintaxis
'Declaración
Public Property DesiredSnippetLength As Integer
Get
Set
'Uso
Dim instance As Query
Dim value As Integer
value = instance.DesiredSnippetLength
instance.DesiredSnippetLength = value
public int DesiredSnippetLength { get; set; }
Valor de propiedad
Tipo: System.Int32