Indicates that this insured should not be included with the main applicaton. It seems this insured is covered by a rider. Look up this insured inside rider.insureds.
Syntax
'Declaration
<DefaultValueAttribute()>
Public Overridable Property DoNotIncludeWithMainApplication As Boolean
'Usage
Dim instance As Insured
Dim value As Boolean
instance.DoNotIncludeWithMainApplication = value
value = instance.DoNotIncludeWithMainApplication
[DefaultValue()]
public virtual bool DoNotIncludeWithMainApplication {get; set;}
public read-write property DoNotIncludeWithMainApplication: Boolean; virtual;
DefaultValueAttribute()
public function get,set DoNotIncludeWithMainApplication : boolean
[DefaultValue()]
public: __property virtual bool get_DoNotIncludeWithMainApplication();
public: __property virtual void set_DoNotIncludeWithMainApplication(
bool value
);
[DefaultValue()]
public:
virtual property bool DoNotIncludeWithMainApplication {
bool get();
void set ( bool value);
}
Property Value
bool true/false
See Also