Query.MaxSnippetLength property

NOTE: This API is now obsolete.

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Property MaxSnippetLength As Integer
    Get
    Set
'Usage
Dim instance As Query
Dim value As Integer

value = instance.MaxSnippetLength

instance.MaxSnippetLength = value
[ObsoleteAttribute("This class is obsolete.")]
public int MaxSnippetLength { get; set; }

Property value

Type: System.Int32

See also

Reference

Query class

Query members

Microsoft.SharePoint.Search.Query namespace