CoreResultsWebPart.SentencesInSummary property

Gets or sets the number of characters to include in the summary for each result displayed in the CoreResultsWebPart Web Part.

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

Syntax

'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property SentencesInSummary As Short
    Get
    Set
'Usage
Dim instance As CoreResultsWebPart
Dim value As Short

value = instance.SentencesInSummary

instance.SentencesInSummary = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public short SentencesInSummary { get; set; }

Property value

Type: System.Int16
The number of characters in the result summary.

See also

Reference

CoreResultsWebPart class

CoreResultsWebPart members

Microsoft.Office.Server.Search.WebControls namespace