Selerix Developer Tools
ChangeUnderwritingMode Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Question Class : ChangeUnderwritingMode Property
Gets or sets a value indicating whether answer on this question should change underwriting mode.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Overridable Property ChangeUnderwritingMode As Boolean
'Usage
 
Dim instance As Question
Dim value As Boolean
 
instance.ChangeUnderwritingMode = value
 
value = instance.ChangeUnderwritingMode
[XmlAttribute()]
public virtual bool ChangeUnderwritingMode {get; set;}
public read-write property ChangeUnderwritingMode: Boolean; virtual; 
XmlAttributeAttribute()
public function get,set ChangeUnderwritingMode : boolean
[XmlAttribute()]
public: __property virtual bool get_ChangeUnderwritingMode();
public: __property virtual void set_ChangeUnderwritingMode( 
   bool value
);
[XmlAttribute()]
public:
virtual property bool ChangeUnderwritingMode {
   bool get();
   void set (    bool value);
}
See Also

Reference

Question Class
Question Members