Share via


InitializeWorkflow.InterfaceType property

Gets the interface 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 InitializeWorkflow
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.ISharePointService interface.

See also

Reference

InitializeWorkflow class

InitializeWorkflow members

Microsoft.SharePoint.WorkflowActions namespace