AddLinkEventArgs.Link Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property Link As HyperLink
Get
'Usage
Dim instance As AddLinkEventArgs
Dim value As HyperLink
value = instance.Link
public HyperLink Link { get; }
Property Value
Type: System.Web.UI.WebControls.HyperLink