Share via


ManagementPackKeyPerformanceIndicatorType.YellowThreshold Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets or sets the yellow threshold value for the current object.

Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim instance As ManagementPackKeyPerformanceIndicatorType
Dim value As Double

value = instance.YellowThreshold

instance.YellowThreshold = value

Syntax

'Declaration
<FieldMappingAttribute("YellowThreshold")> _
Public Property YellowThreshold As Double
[FieldMappingAttribute("YellowThreshold")] 
public double YellowThreshold { get; set; }
[FieldMappingAttribute(L"YellowThreshold")] 
public:
property double YellowThreshold {
    double get ();
    void set (double value);
}
/** @property */
public double get_YellowThreshold ()

/** @property */
public void set_YellowThreshold (double value)
public function get YellowThreshold () : double

public function set YellowThreshold (value : double)

Property Value

The yellow threshold value.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ManagementPackKeyPerformanceIndicatorType Class
ManagementPackKeyPerformanceIndicatorType Members
Microsoft.EnterpriseManagement.Configuration Namespace