ParameterMode Enum

Definition

Specifies the direction of a parameter.

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

Fields

In 0

An input parameter.

InOut 2

Both an input and an output parameter.

Out 1

An output parameter.

ReturnValue 3

A return value of the method.

Applies to