private string name; public string Name { get { return this.name; } set { this.name = value; } }
Name="asd";
Name2 =Name;