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