public int ConcurrentCount { get; set; }
Public Property ConcurrentCount As Integer
Get
Set
public:
virtual property int ConcurrentCount {
int get () sealed;
void set (int value) sealed;
}
abstract ConcurrentCount : int with get, set
override ConcurrentCount : int with get, set