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