Share via


CreateTaskWithContentType.InterfaceType property

Gets the declaring interface type of the external method.

Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property InterfaceType As Type
    Get
'Usage
Dim instance As CreateTaskWithContentType
Dim value As Type

value = instance.InterfaceType
public override Type InterfaceType { get; }

Property value

Type: System.Type
The interface type of the service that is used to communicate between the workflow host and the runtime environment.
The value will always return an **[ITaskService]**property.

See also

Reference

CreateTaskWithContentType class

CreateTaskWithContentType members

Microsoft.SharePoint.WorkflowActions namespace