SPMobileFileField.Value Property

Gets the value in the UI of the control.

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

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

Property Value

Type: System.Object
A Object, specifically, a String, that represents the value of the field in the UI. If a user has changed this value but not saved the change, then it will not be the same as the actual value of the underlying SPFieldFile object that the SPMobileFileField is rendering. ItemFieldValue() represents the actual current value of the SPFieldFile object.

See Also

Reference

SPMobileFileField Class

SPMobileFileField Members

Microsoft.SharePoint.MobileControls Namespace