'Declaration
Public Overridable Property EmployerMatchPercentageTier1 As Nullable(Of Decimal)
'Usage
Dim instance As Product Dim value As Nullable(Of Decimal) instance.EmployerMatchPercentageTier1 = value value = instance.EmployerMatchPercentageTier1
public virtual Nullable<decimal> EmployerMatchPercentageTier1 {get; set;}
public read-write property EmployerMatchPercentageTier1: Nullable; virtual;
public function get,set EmployerMatchPercentageTier1 : Nullable
public: __property virtual Nullable<decimal> get_EmployerMatchPercentageTier1(); public: __property virtual void set_EmployerMatchPercentageTier1( Nullable<decimal> value );
public: virtual property Nullable<decimal> EmployerMatchPercentageTier1 { Nullable<decimal> get(); void set ( Nullable<decimal> value); }