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