FieldUser.SelectionMode Property
Gets or sets a value that specifies whether users and groups or only users can be selected.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property SelectionMode As FieldUserSelectionMode
Get
Set
'Usage
Dim instance As FieldUser
Dim value As FieldUserSelectionMode
value = instance.SelectionMode
instance.SelectionMode = value
[RemoteAttribute]
public FieldUserSelectionMode SelectionMode { get; set; }
Property Value
Type: Microsoft.SharePoint.Client.FieldUserSelectionMode
Returns a FieldUserSelectionMode instance representing whether users and groups or only users can be selected.