DataFormWebPart.ViewFlag Property
Gets or sets the view flag of the original list view object.
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 ViewFlag As String
Get
Set
'Usage
Dim instance As DataFormWebPart
Dim value As String
value = instance.ViewFlag
instance.ViewFlag = value
[WebBrowsableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public string ViewFlag { get; set; }
Property Value
Type: System.String