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.