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