Selerix Developer Tools
Line1 Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Address Class : Line1 Property
Gets or sets line 1 of the address.
Syntax
'Declaration
 
Public Overridable Property Line1 As String
'Usage
 
Dim instance As Address
Dim value As String
 
instance.Line1 = value
 
value = instance.Line1
public virtual string Line1 {get; set;}
public read-write property Line1: String; virtual; 
public function get,set Line1 : String
public: __property virtual string* get_Line1();
public: __property virtual void set_Line1( 
   string* value
);
public:
virtual property String^ Line1 {
   String^ get();
   void set (    String^ value);
}

Property Value

The line1 address information.
See Also

Reference

Address Class
Address Members