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 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.