SPMobileUrlField.Value Property
Gets the value of the field in the UI.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Value As Object
Get
'Usage
Dim instance As SPMobileUrlField
Dim value As Object
value = instance.Value
public override Object Value { get; }
Property Value
Type: System.Object
The value of the underlying field in the UI, which is not necessarily the most recently saved value in the content database.