Gets or sets a value indicating whether [use different samples for insureds].
Syntax
public read-write property UseDifferentSamplesForInsureds: Boolean;
[DefaultValue()]
public: __property bool get_UseDifferentSamplesForInsureds();
public: __property void set_UseDifferentSamplesForInsureds(
bool value
);
'Declaration
<DefaultValueAttribute()>
Public Property UseDifferentSamplesForInsureds As Boolean
'Usage
Dim instance As Product
Dim value As Boolean
instance.UseDifferentSamplesForInsureds = value
value = instance.UseDifferentSamplesForInsureds
Property Value
true
if [use different samples for insureds]; otherwise,
false
.
See Also