Selerix Developer Tools
UseDifferentSamplesForInsureds Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Product Class : UseDifferentSamplesForInsureds Property
Gets or sets a value indicating whether [use different samples for insureds].
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property UseDifferentSamplesForInsureds As Boolean
'Usage
 
Dim instance As Product
Dim value As Boolean
 
instance.UseDifferentSamplesForInsureds = value
 
value = instance.UseDifferentSamplesForInsureds
[DefaultValue()]
public bool UseDifferentSamplesForInsureds {get; set;}
public read-write property UseDifferentSamplesForInsureds: Boolean; 
DefaultValueAttribute()
public function get,set UseDifferentSamplesForInsureds : boolean
[DefaultValue()]
public: __property bool get_UseDifferentSamplesForInsureds();
public: __property void set_UseDifferentSamplesForInsureds( 
   bool value
);
[DefaultValue()]
public:
property bool UseDifferentSamplesForInsureds {
   bool get();
   void set (    bool value);
}

Property Value

true if [use different samples for insureds]; otherwise, false.
See Also

Reference

Product Class
Product Members