Share via


ContentTypeIdFieldValue.Id property

Returns the ID corresponding to this instance.

Namespace:  Microsoft.SharePoint.Publishing.Fields
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public ReadOnly Property Id As SPContentTypeId
    Get
'Usage
Dim instance As ContentTypeIdFieldValue
Dim value As SPContentTypeId

value = instance.Id
public SPContentTypeId Id { get; }

Property value

Type: Microsoft.SharePoint.SPContentTypeId
A SPContentTypeId structure.

See also

Reference

ContentTypeIdFieldValue class

ContentTypeIdFieldValue members

Microsoft.SharePoint.Publishing.Fields namespace