PerformanceObjectInfo.CounterNames Property

 

Applies To: Operations Manager for System Center 2012

Gets a collection of names for the performance data counters that this object contains information about.

Namespace:   Microsoft.EnterpriseManagement.Warehouse
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public ReadOnlyCollection<string> CounterNames { get; }
public:
property ReadOnlyCollection<String^>^ CounterNames {
    ReadOnlyCollection<String^>^ get();
}
member CounterNames : ReadOnlyCollection<string> with get
Public ReadOnly Property CounterNames As ReadOnlyCollection(Of String)

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<String>

Returns a ReadOnlyCollection<T> of strings that contain the names of the performance data counters that this object contains information about.

See Also

PerformanceObjectInfo Class
Microsoft.EnterpriseManagement.Warehouse Namespace

Return to top