 | AddressZip Property |
Gets or sets the zip code.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string Zip { get; set; }
Public Property Zip As String
Get
Set
public:
property String^ Zip {
String^ get ();
void set (String^ value);
}
function get Zip () : String
function set Zip (value : String)
function get_Zip();
function set_Zip(value);
Property Value
Type:
StringThe zip code.
See Also