CustomMonitoringPerformanceData.Value Property
Applies To: Operations Manager for System Center 2012
Gets the value of the performance data counter.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[DataMemberAttribute(IsRequired = true)]
public double Value { get; internal set; }
public:
[DataMemberAttribute(IsRequired = true)]
property double Value {
double get();
internal: void set(double value);
}
[<DataMemberAttribute(IsRequired = true)>]
member Value : float with get, internal set
<DataMemberAttribute(IsRequired := True)>
Public Property Value As Double
Get
Friend Set
End Property
Property Value
Type: System.Double
Returns a Double that is the value of the performance data counter.
See Also
CustomMonitoringPerformanceData Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top