Свойство ObjectSharingSettings.Roles
Пространство имен: 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 Roles As IDictionary(Of String, String)
Get
'Применение
Dim instance As ObjectSharingSettings
Dim value As IDictionary(Of String, String)
value = instance.Roles
public IDictionary<string, string> Roles { get; }
Значение свойства
Тип: System.Collections.Generic.IDictionary<String, String>