CodeGenerator.CurrentMemberName Property

Definition

Gets the current member name.

protected:
 property System::String ^ CurrentMemberName { System::String ^ get(); };
protected string CurrentMemberName { get; }
member this.CurrentMemberName : string
Protected ReadOnly Property CurrentMemberName As String

Property Value

The name of the current member.

Applies to

See also