PageLayoutCreationInformation.AssociatedContentTypeId property

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

Syntax

'Declaration
Public Property AssociatedContentTypeId As String
    Get
    Set
'Usage
Dim instance As PageLayoutCreationInformation
Dim value As String

value = instance.AssociatedContentTypeId

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

Property value

Type: System.String

See also

Reference

PageLayoutCreationInformation class

PageLayoutCreationInformation members

Microsoft.SharePoint.Client.Publishing namespace