UrlField.testHyperLinkControl field

Returns a HyperLink object that points to the URL.

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

Syntax

'Declaration
Protected testHyperLinkControl As HyperLink
'Usage
Dim value As HyperLink

value = Me.testHyperLinkControl

Me.testHyperLinkControl = value
protected HyperLink testHyperLinkControl

Field value

Type: System.Web.UI.WebControls.HyperLink
A HyperLink object that points to the URL represented by UrlField.

See also

Reference

UrlField class

UrlField members

Microsoft.SharePoint.WebControls namespace