Selerix Developer Tools
PrimaryInsured Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > EligibleApplicant Class : PrimaryInsured Property
Gets or sets a value indicating whether [primary insured].
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Overridable Property PrimaryInsured As Boolean
'Usage
 
Dim instance As EligibleApplicant
Dim value As Boolean
 
instance.PrimaryInsured = value
 
value = instance.PrimaryInsured
[XmlAttribute()]
public virtual bool PrimaryInsured {get; set;}
public read-write property PrimaryInsured: Boolean; virtual; 
XmlAttributeAttribute()
public function get,set PrimaryInsured : boolean
[XmlAttribute()]
public: __property virtual bool get_PrimaryInsured();
public: __property virtual void set_PrimaryInsured( 
   bool value
);
[XmlAttribute()]
public:
virtual property bool PrimaryInsured {
   bool get();
   void set (    bool value);
}

Property Value

true if [primary insured]; otherwise, false.
See Also

Reference

EligibleApplicant Class
EligibleApplicant Members