Value Property

Provides access to the numeric value of the performance data.

Syntax

ScriptContext.PerfData.Value
ScriptContext.CreatePerfData.Value

Access

Read Only When used with any performance data provided to the script by the Microsoft Operations Manager 2000 product.
Read/Write When used with new performance data created with the ScriptContext.CreatePerfData Method.

Return Type

Double.

Example

To access numeric value of the performance data provided to the script by Microsoft Operations Manager, enter:


Dim MYperfdata
Dim MYvalue
set MYperfdata = ScriptContext.PerfData
set MYvalue = MYPerfData.Value