DataViewWebPart.DisplayName Property
Gets or sets persisted fields for the view display name.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<WebPartStorageAttribute(Storage.Shared)> _
<BrowsableAttribute(False)> _
Public Property DisplayName As String
Get
Set
'Usage
Dim instance As DataViewWebPart
Dim value As String
value = instance.DisplayName
instance.DisplayName = value
[WebPartStorageAttribute(Storage.Shared)]
[BrowsableAttribute(false)]
public string DisplayName { get; set; }
Property Value
Type: System.String
A string that contains the fields for the view display name.
Remarks
The DisplayName property is read/write. It is used to support CAML-generated.dwp files only.