Свойство ObjectSharingInformation.HasPendingAccessRequests
Gets whether there are pending access requests for the securable object.
Пространство имен: 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 HasPendingAccessRequests As Boolean
Get
'Применение
Dim instance As ObjectSharingInformation
Dim value As Boolean
value = instance.HasPendingAccessRequests
public bool HasPendingAccessRequests { get; }
Значение свойства
Тип: System.Boolean
true if there are pending access requests, otherwise false.
См. также
Справочные материалы
ObjectSharingInformation класс