Enum Direction
Denotes the direction of a parameter
[ModelRepresentationClass("http://nmf.codeplex.com/nmeta/#//Direction")]
public enum Direction
Fields
In = 0Denotes that the parameter is used as an input parameter
InOut = 2Denotes that the parameter is used both as input and output parameter
Out = 1Denotes that the parameter is used as an output parameter