public int RepeatCount { get; set; }
Public Property RepeatCount As Integer
Get
Set
public:
property int RepeatCount {
int get ();
void set (int value);
}
member RepeatCount : int with get, set
ArgumentOutOfRangeException | An exception is thrown if the value is less than zero |