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.FileExtension

Gets or sets the file extension to output code to.

[Visual Basic]
Overridable Protected ReadOnly Property FileExtension As String
[C#]
protected string FileExtension {override get;}
[C++]
protected: __property virtual String* get_FileExtension();
[JScript]
protected function get FileExtension() : String;

Property Value

The file extension to output code to.

See Also

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