Share via


OnWorkflowItemChanged.InterfaceType property

Gets the interface that is 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 OnWorkflowItemChanged
Dim value As Type

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

Property value

Type: System.Type
The type of interface that is used to implement the activity.

Remarks

This activity implements the ISharePointService interface.

See also

Reference

OnWorkflowItemChanged class

OnWorkflowItemChanged members

Microsoft.SharePoint.WorkflowActions namespace