SPObjectSharingInformation.AnonymousEditLink property

Gets the anonymous edit 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 AnonymousEditLink As String
    Get
    Private Set
'Usage
Dim instance As SPObjectSharingInformation
Dim value As String

value = instance.AnonymousEditLink
public string AnonymousEditLink { get; private set; }

Property value

Type: System.String
The anonymous edit link or an empty sting.

See also

Reference

SPObjectSharingInformation class

SPObjectSharingInformation members

Microsoft.SharePoint namespace