[缺少 "P:Store.Domain.Entities.Reserve.Reservation.Address" 的 <summary> 文档]
public string Address { get; set; }
Public Property Address As String
Get
Set
public:
property String^ Address {
String^ get ();
void set (String^ value);
}
member Address : string with get, set