Selerix Developer Tools
IsPreQualify Field






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Question Class : IsPreQualify Field
Indicates if the applicant is pre-qualified.

The IsPreQualify field is boolean and indicates if the question is a pre-qualifying question.

Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public IsPreQualify As Boolean
'Usage
 
Dim instance As Question
Dim value As Boolean
 
value = instance.IsPreQualify
 
instance.IsPreQualify = value
[XmlAttribute()]
[DefaultValue()]
public bool IsPreQualify
public field IsPreQualify: Boolean; 
XmlAttributeAttribute()
DefaultValueAttribute()
public var IsPreQualify : boolean;
[XmlAttribute()]
[DefaultValue()]
public: bool IsPreQualify
[XmlAttribute()]
[DefaultValue()]
public:
bool IsPreQualify

Field Value

bool true/false
See Also

Reference

Question Class
Question Members