Share via


FieldUser.SelectionGroup Property

Gets or sets a value that specifies the identifier of the SharePoint group whose members can be selected as values of the field.

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 SelectionGroup As Integer
    Get
    Set
'Usage
Dim instance As FieldUser
Dim value As Integer

value = instance.SelectionGroup

instance.SelectionGroup = value
[RemoteAttribute]
public int SelectionGroup { get; set; }

Property Value

Type: System.Int32
Returns a Int32 instance representing the identifier of the SharePoint group whose members can be selected as values of the field.

See Also

Reference

FieldUser Class

FieldUser Members

Microsoft.SharePoint.Client Namespace