Selerix Developer Tools
Address2 Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Location Class : Address2 Property
Gets or sets the address2 information.
Syntax
'Declaration
 
Public Overridable Property Address2 As String
'Usage
 
Dim instance As Location
Dim value As String
 
instance.Address2 = value
 
value = instance.Address2
public virtual string Address2 {get; set;}
public read-write property Address2: String; virtual; 
public function get,set Address2 : String
public: __property virtual string* get_Address2();
public: __property virtual void set_Address2( 
   string* value
);
public:
virtual property String^ Address2 {
   String^ get();
   void set (    String^ value);
}

Property Value

The second line address information.
See Also

Reference

Location Class
Location Members