UrlField.Text Property
Gets or sets the visible text of the URL.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overridable Property Text As String
Get
Set
'Usage
Dim instance As UrlField
Dim value As String
value = instance.Text
instance.Text = value
public virtual string Text { get; set; }
Property Value
Type: System.String
A String that describes or provides a friendly name for the URL.
Remarks
In the default implementation, Text is a wrapper around textBox.
You can also set this property by setting the Value property.