Selerix Developer Tools
ChangeUWLimit Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > RateRider Class : ChangeUWLimit Property
Gets or sets whether setting to include/exlude rider from UW limits check can be changed.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public Property ChangeUWLimit As Boolean
'Usage
 
Dim instance As RateRider
Dim value As Boolean
 
instance.ChangeUWLimit = value
 
value = instance.ChangeUWLimit
[XmlAttribute()]
[DefaultValue()]
public bool ChangeUWLimit {get; set;}
public read-write property ChangeUWLimit: Boolean; 
XmlAttributeAttribute()
DefaultValueAttribute()
public function get,set ChangeUWLimit : boolean
[XmlAttribute()]
[DefaultValue()]
public: __property bool get_ChangeUWLimit();
public: __property void set_ChangeUWLimit( 
   bool value
);
[XmlAttribute()]
[DefaultValue()]
public:
property bool ChangeUWLimit {
   bool get();
   void set (    bool value);
}
See Also

Reference

RateRider Class
RateRider Members