public string Name { get; protected set; }
Public Property Name As String Get Protected Set
public: property String^ Name { String^ get (); protected: void set (String^ value); }
function get_Name(); function set_Name(value);