SPObjectSharingInformation.AnonymousViewLink property
Gets the anonymous view link 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 AnonymousViewLink As String
Get
Private Set
'Usage
Dim instance As SPObjectSharingInformation
Dim value As String
value = instance.AnonymousViewLink
public string AnonymousViewLink { get; private set; }
Property value
Type: System.String
The anonymous view link or an empty string.
See also
Reference
SPObjectSharingInformation class