Selerix Developer Tools
Address1 Property






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

Property Value

The first line address information.
See Also

Reference

Location Class
Location Members