SPProviderInitialData.ResultDisplay Property
Gets or sets the type of view that is rendered in the user interface.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<DataMemberAttribute> _
Public Property ResultDisplay As SPDefaultResultDisplayType
Get
Set
'Usage
Dim instance As SPProviderInitialData
Dim value As SPDefaultResultDisplayType
value = instance.ResultDisplay
instance.ResultDisplay = value
[DataMemberAttribute]
public SPDefaultResultDisplayType ResultDisplay { get; set; }
Property Value
Type: Microsoft.SharePoint.WebControls.SPDefaultResultDisplayType
The display type. The default value is Tableview.