Selerix Developer Tools
Line3 Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Address Class : Line3 Property
Gets or sets Line 3 address information.
Syntax
'Declaration
 
Public Overridable Property Line3 As String
'Usage
 
Dim instance As Address
Dim value As String
 
instance.Line3 = value
 
value = instance.Line3
public virtual string Line3 {get; set;}
public read-write property Line3: String; virtual; 
public function get,set Line3 : String
public: __property virtual string* get_Line3();
public: __property virtual void set_Line3( 
   string* value
);
public:
virtual property String^ Line3 {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

Address Class
Address Members