Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the data source view.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected Property View As SearchResultsBaseDatasourceView
Get
Set
'Usage
Dim value As SearchResultsBaseDatasourceView
value = Me.View
Me.View = value
protected SearchResultsBaseDatasourceView View { get; set; }
Property Value
Type: Microsoft.Office.Server.Search.WebControls.SearchResultsBaseDatasourceView
The data source view.
See Also
Reference
SearchResultsBaseDatasource Class