Share via


SPMobileMultipleLookupField.Value Property

Gets an object that represents all of the options currently selected 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 SPMobileMultipleLookupField
Dim value As Object

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

Property Value

Type: System.Object
An Object; specifically, a SPFieldLookupValueCollection, that represents the options currently selected in the user interface (UI).

Remarks

If the user has selected an additional option, or deselected one, and has not yet saved; then the value of the Value property value is not the same as the actual current value of the SPFieldLookup object that the SPMobileMultipleLookupField control renders. The ItemFieldValue property returns the actual current value.

See Also

Reference

SPMobileMultipleLookupField Class

SPMobileMultipleLookupField Members

Microsoft.SharePoint.MobileControls Namespace