Selerix Developer Tools
Zip Property (Address)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Address Class : Zip Property
Gets or sets the zip. ZIP code of residence.
Syntax
'Declaration
 
Public Overridable Property Zip As String
'Usage
 
Dim instance As Address
Dim value As String
 
instance.Zip = value
 
value = instance.Zip
public virtual string Zip {get; set;}
public read-write property Zip: String; virtual; 
public function get,set Zip : String
public: __property virtual string* get_Zip();
public: __property virtual void set_Zip( 
   string* value
);
public:
virtual property String^ Zip {
   String^ get();
   void set (    String^ value);
}

Property Value

The zip.
See Also

Reference

Address Class
Address Members