Selerix Developer Tools
IncreaseNotAllowedRule Field






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Product Class : IncreaseNotAllowedRule Field
Increases require special underwriting rules. If true existing policy will be replaced. If false then it will add additional amount to existing policy.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public IncreaseNotAllowedRule As Boolean
'Usage
 
Dim instance As Product
Dim value As Boolean
 
value = instance.IncreaseNotAllowedRule
 
instance.IncreaseNotAllowedRule = value
[XmlAttribute()]
[DefaultValue()]
public bool IncreaseNotAllowedRule
public field IncreaseNotAllowedRule: Boolean; 
XmlAttributeAttribute()
DefaultValueAttribute()
public var IncreaseNotAllowedRule : boolean;
[XmlAttribute()]
[DefaultValue()]
public: bool IncreaseNotAllowedRule
[XmlAttribute()]
[DefaultValue()]
public:
bool IncreaseNotAllowedRule
See Also

Reference

Product Class
Product Members