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

Gets or sets the current member name.

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

Property Value

The name of the current member name.

See Also

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