New name, the name used by the model member after the name change

Namespace: HuagatiEDMXTools
Assembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765

Syntax

C#
public string NewName { get; set; }
Visual Basic
Public Property NewName As String
	Get
	Set
Visual C++
public:
property String^ NewName {
	String^ get ();
	void set (String^ value);
}

See Also