Selerix Developer Tools
RepairLatestCoverageEffectiveDate Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Application Class : RepairLatestCoverageEffectiveDate Property
Gets or sets the repair latest coverage effective date.
Syntax
'Declaration
 
Public Overridable Property RepairLatestCoverageEffectiveDate As Nullable(Of Boolean)
'Usage
 
Dim instance As Application
Dim value As Nullable(Of Boolean)
 
instance.RepairLatestCoverageEffectiveDate = value
 
value = instance.RepairLatestCoverageEffectiveDate
public virtual Nullable<bool> RepairLatestCoverageEffectiveDate {get; set;}
public read-write property RepairLatestCoverageEffectiveDate: Nullable; virtual; 
public function get,set RepairLatestCoverageEffectiveDate : Nullable
public: __property virtual Nullable<bool> get_RepairLatestCoverageEffectiveDate();
public: __property virtual void set_RepairLatestCoverageEffectiveDate( 
   Nullable<bool> value
);
public:
virtual property Nullable<bool> RepairLatestCoverageEffectiveDate {
   Nullable<bool> get();
   void set (    Nullable<bool> value);
}

Property Value

The repair latest coverage effective date.
See Also

Reference

Application Class
Application Members