MountedFolderInfo.ItemId property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property ItemId As Integer
Get
'Usage
Dim instance As MountedFolderInfo
Dim value As Integer
value = instance.ItemId
public int ItemId { get; }
Property value
Type: System.Int32