Selerix Developer Tools
OtherInsurance Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Insured Class : OtherInsurance Property
Gets or sets the other insurance.
Syntax
'Declaration
 
Public Overridable Property OtherInsurance As String
'Usage
 
Dim instance As Insured
Dim value As String
 
instance.OtherInsurance = value
 
value = instance.OtherInsurance
public virtual string OtherInsurance {get; set;}
public read-write property OtherInsurance: String; virtual; 
public function get,set OtherInsurance : String
public: __property virtual string* get_OtherInsurance();
public: __property virtual void set_OtherInsurance( 
   string* value
);
public:
virtual property String^ OtherInsurance {
   String^ get();
   void set (    String^ value);
}

Property Value

The other insurance.
See Also

Reference

Insured Class
Insured Members