Specifies values used to indicate field and parameter directions.
[Visual Basic] Public Enum FieldDirection [C#] public enum FieldDirection [C++] public enum FieldDirection
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
This allows for passing arguments to functions byref.
Member Name | Description |
---|---|
In | Incoming field. |
Out | Outgoing field. |
Ref | Field by reference. |
Namespace: System.CodeDOM
Assembly: System.dll