Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Operations Manager for System Center 2012
Gets a collection of MonitoringPerformanceSignatureValue objects for the performance signature.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public ReadOnlyCollection<MonitoringPerformanceSignatureValue> Values { get; }
public:
property ReadOnlyCollection<MonitoringPerformanceSignatureValue^>^ Values {
ReadOnlyCollection<MonitoringPerformanceSignatureValue^>^ get();
}
member Values : ReadOnlyCollection<MonitoringPerformanceSignatureValue> with get
Public ReadOnly Property Values As ReadOnlyCollection(Of MonitoringPerformanceSignatureValue)
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringPerformanceSignatureValue>
Returns a ReadOnlyCollection<T> of MonitoringPerformanceSignatureValue objects for the performance signature.
See Also
MonitoringPerformanceSignature Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top