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