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.
Indicates whether the view is the default for the list.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<WebBrowsableAttribute(False)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property Default As String
Get
Set
'Usage
Dim instance As DataFormWebPart
Dim value As String
value = instance.Default
instance.Default = value
[WebBrowsableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public string Default { get; set; }
Property Value
Type: System.String
true if the view is the default for the list.
Remarks
Used for DataFormWebPart objects converted from ListViewWebPart objects.