public ReadOnlyCollection<PerformanceCounter> Counters { get; }
Public ReadOnly Property Counters As ReadOnlyCollection(Of PerformanceCounter)
Get
public:
property ReadOnlyCollection<PerformanceCounter^>^ Counters {
ReadOnlyCollection<PerformanceCounter^>^ get ();
}
function get_Counters();