public string Name { get; internal set; }
Public Property Name As String
public: property String^ Name { String^ get (); void set (String^ value); }