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 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.