Share via


ManagementPackCategory.ManagementPack Property

Definition

Gets the management pack that this object categorizes.

public:
 property Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ ManagementPack { Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ get(); };
public Microsoft.EnterpriseManagement.Configuration.ManagementPack ManagementPack { get; }
member this.ManagementPack : Microsoft.EnterpriseManagement.Configuration.ManagementPack
Public ReadOnly Property ManagementPack As 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.

Applies to