Selerix Developer Tools
InitialEffectiveDate Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Coverage Class : InitialEffectiveDate Property
Gets or sets the initial coverage effective date.
Syntax
'Declaration
 
Public Overridable Property InitialEffectiveDate As Nullable(Of Date)
'Usage
 
Dim instance As Coverage
Dim value As Nullable(Of Date)
 
instance.InitialEffectiveDate = value
 
value = instance.InitialEffectiveDate
public virtual Nullable<DateTime> InitialEffectiveDate {get; set;}
public read-write property InitialEffectiveDate: Nullable; virtual; 
public function get,set InitialEffectiveDate : Nullable
public: __property virtual Nullable<DateTime> get_InitialEffectiveDate();
public: __property virtual void set_InitialEffectiveDate( 
   Nullable<DateTime> value
);
public:
virtual property Nullable<DateTime> InitialEffectiveDate {
   Nullable<DateTime> get();
   void set (    Nullable<DateTime> value);
}

Property Value

The initial effective date.
See Also

Reference

Coverage Class
Coverage Members