OnWorkflowModified.InterfaceType Property

Gets the interface type 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 OnWorkflowModified
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.IWorkflowModificationService interface.

See Also

Reference

OnWorkflowModified Class

OnWorkflowModified Members

Microsoft.SharePoint.WorkflowActions Namespace

Other Resources

Workflow Activities for SharePoint Foundation

Workflow Modification Forms (SharePoint Foundation)