NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FieldDirection Enumeration

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.

Remarks

This allows for passing arguments to functions byref.

Members

Member Name Description
In Incoming field.
Out Outgoing field.
Ref Field by reference.

Requirements

Namespace: System.CodeDOM

Assembly: System.dll

See Also

System.CodeDOM Namespace