ArgumentDirection Enum

Definition

Contains values for the argument data flow direction.

public enum class ArgumentDirection
public enum ArgumentDirection
type ArgumentDirection = 
Public Enum ArgumentDirection
Inheritance
ArgumentDirection

Fields

Input 0

Indicates the argument is a property of a message request.

Output 1

Indicates the argument is a property of a message response.

Applies to