Partager via


ManagementPackProperty.Scale Property

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

Gets or sets a scale value for the management pack property.

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

Usage

'Usage
Dim instance As ManagementPackProperty
Dim value As Integer

value = instance.Scale

instance.Scale = value

Syntax

'Declaration
Public Property Scale As Integer
public int Scale { get; set; }
public:
property int Scale {
    int get ();
    void set (int value);
}
/** @property */
public int get_Scale ()

/** @property */
public void set_Scale (int value)
public function get Scale () : int

public function set Scale (value : int)

Property Value

The scale 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

ManagementPackProperty Class
ManagementPackProperty Members
Microsoft.EnterpriseManagement.Configuration Namespace