HandledRequestType Property

Gets the type of the request type handled.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Workflow
Assembly:  Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)

Syntax

'Declaration
ReadOnly Property HandledRequestType As Type
    Get
'Usage
Dim instance As IRequestHandlerMetadata
Dim value As Type

value = instance.HandledRequestType
Type HandledRequestType { get; }
property Type^ HandledRequestType {
    Type^ get ();
}

Property Value

Type: System.Type
Returns Type.

See Also

Reference

IRequestHandlerMetadata Interface

Microsoft.Dynamics.Commerce.Runtime.Workflow Namespace