Share via


SPMobileBooleanField.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 SPMobileBooleanField
Dim value As Object

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

Property Value

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

Remarks

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

See Also

Reference

SPMobileBooleanField Class

SPMobileBooleanField Members

Microsoft.SharePoint.MobileControls Namespace