ObjectSharingSettings.GroupsList property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property GroupsList As IDictionary(Of String, String)
Get
'Usage
Dim instance As ObjectSharingSettings
Dim value As IDictionary(Of String, String)
value = instance.GroupsList
public IDictionary<string, string> GroupsList { get; }
Property value
Type: System.Collections.Generic.IDictionary<String, String>