MonitoringPerformanceDataValue.MonitoringPerformanceDataId Property
Applies To: Operations Manager for System Center 2012
Gets the integer identifier for the performance data.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public int MonitoringPerformanceDataId { get; }
public:
property int MonitoringPerformanceDataId {
int get();
}
member MonitoringPerformanceDataId : int with get
Public ReadOnly Property MonitoringPerformanceDataId As Integer
Property Value
Type: System.Int32
Returns a Int32 identifier for the performance data.
See Also
MonitoringPerformanceDataValue Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top