Share via


SPMobileComputedField.ReferenceUrlFieldValue Property

NOTE: This API is now obsolete.

Gets the value of 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 ReferenceUrlFieldValue As SPFieldUrlValue
    Get
'Usage
Dim value As SPFieldUrlValue

value = Me.ReferenceUrlFieldValue
[ObsoleteAttribute("This property is not used within SPMobileComputedField anymore.")]
protected virtual SPFieldUrlValue ReferenceUrlFieldValue { get; }

Property Value

Type: Microsoft.SharePoint.SPFieldUrlValue
An SPFieldUrlValue object that represents the value of the URL field of the list item that contains the SPMobileComputedField object.

See Also

Reference

SPMobileComputedField Class

SPMobileComputedField Members

Microsoft.SharePoint.MobileControls Namespace