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