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