SPMobileComputedField.ReferenceUrlField Property
NOTE: This API is now obsolete.
Gets the URL field of the current list item.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("This property is not used within SPMobileComputedField anymore.")> _
Protected Overridable ReadOnly Property ReferenceUrlField As SPFieldUrl
Get
'Usage
Dim value As SPFieldUrl
value = Me.ReferenceUrlField
[ObsoleteAttribute("This property is not used within SPMobileComputedField anymore.")]
protected virtual SPFieldUrl ReferenceUrlField { get; }
Property Value
Type: Microsoft.SharePoint.SPFieldUrl
An SPFieldUrl object that represents the URL field of the list item that contains the SPMobileComputedField object.