CoreResultsWebPart.View property

Gets or sets the default sort view for the search results 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
<WebBrowsableAttribute(False)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property View As ResultsView
    Get
    Set
'Usage
Dim instance As CoreResultsWebPart
Dim value As ResultsView

value = instance.View

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

Property value

Type: Microsoft.Office.Server.Search.WebControls.ResultsView
One of the enumeration values that specifies the view.

See also

Reference

CoreResultsWebPart class

CoreResultsWebPart members

Microsoft.Office.Server.Search.WebControls namespace