ContentType.StringId property

A string representation of the value of the Id.

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

Syntax

'Declaration
Public ReadOnly Property StringId As String
    Get
'Usage
Dim instance As ContentType
Dim value As String

value = instance.StringId
public string StringId { get; }

Property value

Type: System.String

See also

Reference

ContentType class

ContentType members

Microsoft.SharePoint.Client namespace