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