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

Gets or sets a value indicating whether the current object represented is the current class.

[Visual Basic]
Protected ReadOnly Property IsCurrentClass As Boolean
[C#]
protected bool IsCurrentClass {get;}
[C++]
protected: __property bool get_IsCurrentClass();
[JScript]
protected function get IsCurrentClass() : Boolean;

Property Value

true if the current object is the current class; otherwise, false.

See Also

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