Dela via


ManagementPackCategory.ManagementPack Property

Gets the management pack that this object categorizes.

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

Usage

'Usage
Dim instance As ManagementPackCategory
Dim value As ManagementPack

value = instance.ManagementPack

Syntax

'Declaration
Public ReadOnly Property ManagementPack As ManagementPack
public ManagementPack ManagementPack { get; }
public:
property ManagementPack^ ManagementPack {
    ManagementPack^ get ();
}
/** @property */
public ManagementPack get_ManagementPack ()
public function get ManagementPack () : ManagementPack

Property Value

The ManagementPack targeted by this category.

Remarks

The property value will be null, if the category does not target a management pack.

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

ManagementPackCategory Class
ManagementPackCategory Members
Microsoft.EnterpriseManagement.Configuration Namespace