Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the child link control, if any, that renders the value of the field and links to another page or form.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property LinkControl As Link
Get
'Usage
Dim value As Link
value = Me.LinkControl
protected virtual Link LinkControl { get; }
Property Value
Type: System.Web.UI.MobileControls.Link
A Link object that renders the value of the field and serves as a link to another page or form.
See Also
Reference
SPMobileBaseFieldControl Class