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