ObjectSharingSettings.CanCurrentUserManageOrganizationReadonlyLink property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property CanCurrentUserManageOrganizationReadonlyLink As Boolean
Get
'Usage
Dim instance As ObjectSharingSettings
Dim value As Boolean
value = instance.CanCurrentUserManageOrganizationReadonlyLink
public bool CanCurrentUserManageOrganizationReadonlyLink { get; }
Property value
Type: System.Boolean