SiteActions.Text property
Gets or sets the display text for the control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Property Text As String
Get
Set
'Usage
Dim instance As SiteActions
Dim value As String
value = instance.Text
instance.Text = value
public override string Text { get; set; }
Property value
Type: System.String
A string that represents the display text for the control.