Share via


SharePointSearchRuntime.MaxSummaryLength Property

Gets or sets the maximum number of characters in the summary for a search result.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property MaxSummaryLength As Integer
    Get
    Set
'Usage
Dim instance As SharePointSearchRuntime
Dim value As Integer

value = instance.MaxSummaryLength

instance.MaxSummaryLength = value
public int MaxSummaryLength { get; set; }

Property Value

Type: System.Int32
The maximum number of characters in the summary.

See Also

Reference

SharePointSearchRuntime Class

SharePointSearchRuntime Members

Microsoft.Office.Server.Search.Query Namespace