SPMobileMultiUserField.Value Property
Gets an object that represents all of the users and groups 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 SPMobileMultiUserField
Dim value As Object
value = instance.Value
public override Object Value { get; }
Property Value
Type: System.Object
A Object; specifically, a SPFieldUserValueCollection; that represents the currently selected users and groups in the UI.
Remarks
If the user has selected an additional option, or deselected one, and has not yet saved; then the Value property is not the same as the actual current value of the SPFieldUser object that the SPMobileMultiUserField control renders. The ItemFieldValue property is the actual current value.