OnTaskChanged.InterfaceType Property

Returns the interface type used to implement this 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 OnTaskChanged
Dim value As Type

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

Property Value

Type: System.Type

Remarks

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

See Also

Reference

OnTaskChanged Class

OnTaskChanged Members

Microsoft.SharePoint.WorkflowActions Namespace

Other Resources

Workflow Activities for SharePoint Foundation

How SharePoint Foundation Processes Workflow Activities

Workflow Task Forms (SharePoint Foundation)