Selerix Developer Tools
XmlIsAllQuestionsAnswered Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Insured Class : XmlIsAllQuestionsAnswered Property
Gets or sets a value indicating whether [XML is all questions answered].
Syntax
'Declaration
 
<XmlAttributeAttribute("IsAllQuestionsAnswered")>
Public Property XmlIsAllQuestionsAnswered As Boolean
'Usage
 
Dim instance As Insured
Dim value As Boolean
 
instance.XmlIsAllQuestionsAnswered = value
 
value = instance.XmlIsAllQuestionsAnswered
[XmlAttribute("IsAllQuestionsAnswered")]
public bool XmlIsAllQuestionsAnswered {get; set;}
public read-write property XmlIsAllQuestionsAnswered: Boolean; 
XmlAttributeAttribute("IsAllQuestionsAnswered")
public function get,set XmlIsAllQuestionsAnswered : boolean
[XmlAttribute("IsAllQuestionsAnswered")]
public: __property bool get_XmlIsAllQuestionsAnswered();
public: __property void set_XmlIsAllQuestionsAnswered( 
   bool value
);
[XmlAttribute("IsAllQuestionsAnswered")]
public:
property bool XmlIsAllQuestionsAnswered {
   bool get();
   void set (    bool value);
}

Property Value

true if [XML is all questions answered]; otherwise, false.
See Also

Reference

Insured Class
Insured Members