SPMobileBaseNumberField.Value Property

Gets or sets the value (a Double) of the field in the UI.

Namespace:  Microsoft.SharePoint.MobileControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

Public Overrides Property Value As Object
    Get
    Set

Dim instance As SPMobileBaseNumberField
Dim value As Object

value = instance.Value

instance.Value = value
public override Object Value { get; set; }

Property Value

Type: System.Object
A Object (castable to a Double) that represents the value of the field in the UI.

Remarks

If the user has changed the value and not saved, the value of Value is not the same as the current value of the SPFieldNumber object that is being rendered or the value of the field in the content database.

See Also

Reference

SPMobileBaseNumberField Class

SPMobileBaseNumberField Members

Microsoft.SharePoint.MobileControls Namespace