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!

CodeGenerator.CurrentNamespace

Gets or sets the name of the current namespace.

[Visual Basic]
Protected ReadOnly Property CurrentNamespace As String
[C#]
protected string CurrentNamespace {get;}
[C++]
protected: __property String* get_CurrentNamespace();
[JScript]
protected function get CurrentNamespace() : String;

Property Value

The name of the current namespace.

See Also

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