Share via


CreateTask.InterfaceType property

Gets the interface used to implement the activity.

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 CreateTask
Dim value As Type

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

Property value

Type: System.Type

Remarks

This activity implements the Microsoft.SharePoint.Workflow.ITaskService interface.

See also

Reference

CreateTask class

CreateTask members

Microsoft.SharePoint.WorkflowActions namespace

Other resources

Workflow Activities for Windows SharePoint Services Overview

How Windows SharePoint Services Processes Workflow Activities

Workflow Task Forms (Windows SharePoint Services)