ObjectSharingInformation.PendingAccessRequestsLink property
Gets the link to the access requests page for the securable object.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property PendingAccessRequestsLink As String
Get
'Usage
Dim instance As ObjectSharingInformation
Dim value As String
value = instance.PendingAccessRequestsLink
public string PendingAccessRequestsLink { get; }
Property value
Type: System.String
The link to the access requests page, or an empty string if the link is not available.
See also
Reference
ObjectSharingInformation class