public string Profession { get; set; }
Public Property Profession As String Get Set
public: property String^ Profession { String^ get (); void set (String^ value); }
member Profession : string with get, set
In This Article