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