public int AttemptCount { get; set; }
Public Property AttemptCount As Integer Get Set
public: property int AttemptCount { int get (); void set (int value); }
member AttemptCount : int with get, set
In This Article