Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the name of the declaring interface of the external method 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 RollbackTask
Dim value As Type
value = instance.InterfaceType
public override Type InterfaceType { get; }
Property Value
Type: System.Type
An InterfaceType object.
Remarks
This activity implements the ITaskService interface.
See Also
Reference
Microsoft.SharePoint.WorkflowActions Namespace