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