KeywordQueryProperties.MaxSummaryLength property

Gets or sets the maximum length of the search result summary.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property MaxSummaryLength As Integer
    Get
    Set
'Usage
Dim instance As KeywordQueryProperties
Dim value As Integer

value = instance.MaxSummaryLength

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

Property value

Type: System.Int32
The maximum length of the summary.

See also

Reference

KeywordQueryProperties class

KeywordQueryProperties members

Microsoft.Office.Server.Search.Query namespace