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!

CSharpCodeGenerator.OutputType

Sets the output type.

[Visual Basic]
Overrides Protected Sub OutputType( _
   ByVal typeRef As String _
)
[C#]
protected override void OutputType(
   string typeRef
);
[C++]
protected: override void OutputType(
   String* typeRef
);
[JScript]
protected override function OutputType(
   typeRef : String
);

Parameters

typeRef
The name of the type to output.

See Also

CSharpCodeGenerator Class | CSharpCodeGenerator Members | System.CodeDOM.Compiler Namespace