ContentTypeCreationInformation.Id property

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property Id As String
    Get
    Set
'Usage
Dim instance As ContentTypeCreationInformation
Dim value As String

value = instance.Id

instance.Id = value
public string Id { get; set; }

Property value

Type: System.String

See also

Reference

ContentTypeCreationInformation class

ContentTypeCreationInformation members

Microsoft.SharePoint.Client namespace