public int[] CounterNewConnections { get; set; }
Public Property CounterNewConnections As Integer()
Get
Set
public:
property array<int>^ CounterNewConnections {
array<int>^ get ();
void set (array<int>^ value);
}
member CounterNewConnections : int[] with get, set