Selerix Developer Tools
IsPrequalify Property (Insured)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Insured Class : IsPrequalify Property
Gets or sets a value indicating whether this instance is prequalify.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public Overridable Property IsPrequalify As Boolean
'Usage
 
Dim instance As Insured
Dim value As Boolean
 
instance.IsPrequalify = value
 
value = instance.IsPrequalify
[XmlAttribute()]
[DefaultValue()]
public virtual bool IsPrequalify {get; set;}
public read-write property IsPrequalify: Boolean; virtual; 
XmlAttributeAttribute()
DefaultValueAttribute()
public function get,set IsPrequalify : boolean
[XmlAttribute()]
[DefaultValue()]
public: __property virtual bool get_IsPrequalify();
public: __property virtual void set_IsPrequalify( 
   bool value
);
[XmlAttribute()]
[DefaultValue()]
public:
virtual property bool IsPrequalify {
   bool get();
   void set (    bool value);
}
See Also

Reference

Insured Class
Insured Members