Свойство ObjectSharingInformation.IsSharedWithSecurityGroup
Gets whether the object is shared with at least one security group.
Пространство имен: 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 IsSharedWithSecurityGroup As Boolean
Get
'Применение
Dim instance As ObjectSharingInformation
Dim value As Boolean
value = instance.IsSharedWithSecurityGroup
public bool IsSharedWithSecurityGroup { get; }
Значение свойства
Тип: System.Boolean
true if the object is shared with at least one security group, otherwise false.
См. также
Справочные материалы
ObjectSharingInformation класс