Gets or sets a value indicating whether [same benefit amount for all insureds].
Syntax
'Declaration
<DefaultValueAttribute()>
Public Property SameBenefitAmountForAllInsureds As Boolean
'Usage
Dim instance As Product
Dim value As Boolean
instance.SameBenefitAmountForAllInsureds = value
value = instance.SameBenefitAmountForAllInsureds
[DefaultValue()]
public bool SameBenefitAmountForAllInsureds {get; set;}
public read-write property SameBenefitAmountForAllInsureds: Boolean;
DefaultValueAttribute()
public function get,set SameBenefitAmountForAllInsureds : boolean
[DefaultValue()]
public: __property bool get_SameBenefitAmountForAllInsureds();
public: __property void set_SameBenefitAmountForAllInsureds(
bool value
);
[DefaultValue()]
public:
property bool SameBenefitAmountForAllInsureds {
bool get();
void set ( bool value);
}
Property Value
true
if [same benefit amount for all insureds]; otherwise,
false
.
See Also