Share via


BindingDirection Enum

Definition

Specifies the direction of the binding.

public enum BindingDirection
type BindingDirection = 
Public Enum BindingDirection
Inheritance
BindingDirection

Fields

In 0

Identifies an input binding; a binding that provides data to the function.

Out 1

Identifies an output binding; a binding that receives data from the function.

Applies to