Свойство ObjectSharingSettings.GroupsList
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public ReadOnly Property GroupsList As IDictionary(Of String, String)
Get
'Применение
Dim instance As ObjectSharingSettings
Dim value As IDictionary(Of String, String)
value = instance.GroupsList
public IDictionary<string, string> GroupsList { get; }
Значение свойства
Тип: System.Collections.Generic.IDictionary<String, String>