Selerix Developer Tools
IsPrimaryInsuredQuestion Field






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Question Class : IsPrimaryInsuredQuestion Field
Indicates if the person answering the question is an primary insured.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public IsPrimaryInsuredQuestion As Boolean
'Usage
 
Dim instance As Question
Dim value As Boolean
 
value = instance.IsPrimaryInsuredQuestion
 
instance.IsPrimaryInsuredQuestion = value
[XmlAttribute()]
[DefaultValue()]
public bool IsPrimaryInsuredQuestion
public field IsPrimaryInsuredQuestion: Boolean; 
XmlAttributeAttribute()
DefaultValueAttribute()
public var IsPrimaryInsuredQuestion : boolean;
[XmlAttribute()]
[DefaultValue()]
public: bool IsPrimaryInsuredQuestion
[XmlAttribute()]
[DefaultValue()]
public:
bool IsPrimaryInsuredQuestion
See Also

Reference

Question Class
Question Members