UrlField.Text property

Gets or sets the visible text of the URL.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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.

See also

Reference

UrlField class

UrlField members

Microsoft.SharePoint.WebControls namespace