ViewHeader.HeaderText Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property HeaderText As String
Get
Set
'Usage
Dim instance As ViewHeader
Dim value As String
value = instance.HeaderText
instance.HeaderText = value
public string HeaderText { get; set; }
Property Value
Type: System.String