public int Amount {get; set;}
public: __property int get_Amount(); public: __property void set_Amount( int value );
public: property int Amount { int get(); void set ( int value); }
'Declaration Public Property Amount As Integer
'Usage Dim instance As ErodeOptions Dim value As Integer instance.Amount = value value = instance.Amount
The default value is 1.
Valid values are 1 to 500.
ErodeOptions Class ErodeOptions Members
How can we improve?