SharingResult.UsersWithAccessRequests property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property UsersWithAccessRequests As SharingUserCollection
Get
'Usage
Dim instance As SharingResult
Dim value As SharingUserCollection
value = instance.UsersWithAccessRequests
public SharingUserCollection UsersWithAccessRequests { get; }
Property value
Type: Microsoft.SharePoint.Client.SharingUserCollection