Share via


ReturnLink.Text property

Gets or sets the display text for the link.

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

Syntax

'Declaration
Public Property Text As String
    Get
    Set
'Usage
Dim instance As ReturnLink
Dim value As String

value = instance.Text

instance.Text = value
public string Text { get; set; }

Property value

Type: System.String
A string that represents the link’s display text.

See also

Reference

ReturnLink class

ReturnLink members

Microsoft.SharePoint.WebControls namespace