ClientPeoplePickerQueryParameters.SharePointGroupID property
Namespace: Microsoft.SharePoint.ApplicationPages.ClientPickerQuery
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property SharePointGroupID As Integer
Get
Set
'Usage
Dim instance As ClientPeoplePickerQueryParameters
Dim value As Integer
value = instance.SharePointGroupID
instance.SharePointGroupID = value
public int SharePointGroupID { get; set; }
Property value
Type: System.Int32
See also
Reference
ClientPeoplePickerQueryParameters class
ClientPeoplePickerQueryParameters members
Microsoft.SharePoint.ApplicationPages.ClientPickerQuery namespace