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

Gets or sets the file extension.

[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 exension.

See Also

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