ListItemCreationInformationUsingPath.UnderlyingObjectType property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property UnderlyingObjectType As FileSystemObjectType
Get
Set
'Usage
Dim instance As ListItemCreationInformationUsingPath
Dim value As FileSystemObjectType
value = instance.UnderlyingObjectType
instance.UnderlyingObjectType = value
public FileSystemObjectType UnderlyingObjectType { get; set; }
Property value
Type: Microsoft.SharePoint.Client.FileSystemObjectType
See also
Reference
ListItemCreationInformationUsingPath class