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