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!

VBCodeGenerator.OutputDirection

Generates code for the specified CodeDOM based field direction representation.

[Visual Basic]
Overrides Protected Sub OutputDirection( _
   ByVal dir As FieldDirection _
)
[C#]
protected override void OutputDirection(
   FieldDirection dir
);
[C++]
protected: override void OutputDirection(
   FieldDirection dir
);
[JScript]
protected override function OutputDirection(
   dir : FieldDirection
);

Parameters

dir
A FieldDirection that indicates the nature of the field to generate code for.

See Also

VBCodeGenerator Class | VBCodeGenerator Members | System.CodeDOM.Compiler Namespace | FieldDirection