WorkflowSubscription.ParentContentTypeId property

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

Syntax

'Declaration
Public Property ParentContentTypeId As String
    Get
    Set
'Usage
Dim instance As WorkflowSubscription
Dim value As String

value = instance.ParentContentTypeId

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

Property value

Type: System.String

See also

Reference

WorkflowSubscription class

WorkflowSubscription members

Microsoft.SharePoint.Client.WorkflowServices namespace