Selerix Developer Tools
Zip Property (Location)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Location Class : Zip Property
Gets or sets the zipcode.
Syntax
'Declaration
 
Public Overridable Property Zip As String
'Usage
 
Dim instance As Location
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 zipcode.
See Also

Reference

Location Class
Location Members