Selerix Developer Tools
PCPExistingCustomer Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Insured Class : PCPExistingCustomer Property
Gets or sets a value indicating whether insured PCP existing customer.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Overridable Property PCPExistingCustomer As Boolean
'Usage
 
Dim instance As Insured
Dim value As Boolean
 
instance.PCPExistingCustomer = value
 
value = instance.PCPExistingCustomer
[DefaultValue()]
public virtual bool PCPExistingCustomer {get; set;}
public read-write property PCPExistingCustomer: Boolean; virtual; 
DefaultValueAttribute()
public function get,set PCPExistingCustomer : boolean
[DefaultValue()]
public: __property virtual bool get_PCPExistingCustomer();
public: __property virtual void set_PCPExistingCustomer( 
   bool value
);
[DefaultValue()]
public:
virtual property bool PCPExistingCustomer {
   bool get();
   void set (    bool value);
}

Property Value

true if [PCP existing customer]; otherwise, false.
See Also

Reference

Insured Class
Insured Members