SPMobileUrlField.UrlField Property
Gets the field that the SPMobileUrlField control is rendering.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property UrlField As SPFieldUrl
Get
'Usage
Dim instance As SPMobileUrlField
Dim value As SPFieldUrl
value = instance.UrlField
public SPFieldUrl UrlField { get; }
Property Value
Type: Microsoft.SharePoint.SPFieldUrl
An SPFieldUrl that represents the field that is being rendered.
Remarks
Calling code should use this property rather than the inherited Field because the cast from SPField to SPFieldUrl is already done.