CompositeTask.ContentTypeId property
Gets or sets the identifier of the content type associated with this task.
Namespace: Microsoft.SharePoint.WorkflowServices.Activities
Assembly: Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)
Syntax
'Declaration
<RequiredArgumentAttribute> _
Public Property ContentTypeId As InArgument(Of String)
Get
Set
'Usage
Dim instance As CompositeTask
Dim value As InArgument(Of String)
value = instance.ContentTypeId
instance.ContentTypeId = value
[RequiredArgumentAttribute]
public InArgument<string> ContentTypeId { get; set; }
Property value
Type: System.Activities.InArgument<String>
The identifier of the content type.