Query.DesiredSnippetLength property
Gets or sets the preferred summary length.
Namespace: Microsoft.SharePoint.Client.Search.Query
Assembly: Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.Search.dll)
Syntax
'Declaration
Public Property DesiredSnippetLength As Integer
Get
Set
'Usage
Dim instance As Query
Dim value As Integer
value = instance.DesiredSnippetLength
instance.DesiredSnippetLength = value
public int DesiredSnippetLength { get; set; }
Property value
Type: System.Int32