ArgumentDirection Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains values for the argument data flow direction.
public enum class ArgumentDirection
public enum ArgumentDirection
type ArgumentDirection =
Public Enum ArgumentDirection
- Inheritance
-
ArgumentDirection
Fields
Name | Value | Description |
---|---|---|
Input | 0 | Indicates the argument is a property of a message request. |
Output | 1 | Indicates the argument is a property of a message response. |