Share via


ManagementPackClass.IsSubClassOf(ManagementPackClass) Method

Definition

Caution

Please use ManagementPackType.IsSubtypeOf()

Determines whether this object is derived from the specified ManagementPackClass object.

public:
 bool IsSubClassOf(Microsoft::EnterpriseManagement::Configuration::ManagementPackClass ^ possibleParentClass);
[System.Obsolete("Please use ManagementPackType.IsSubtypeOf()")]
public bool IsSubClassOf (Microsoft.EnterpriseManagement.Configuration.ManagementPackClass possibleParentClass);
member this.IsSubClassOf : Microsoft.EnterpriseManagement.Configuration.ManagementPackClass -> bool
Public Function IsSubClassOf (possibleParentClass As ManagementPackClass) As Boolean

Parameters

possibleParentClass
ManagementPackClass

The possible parent class of this ManagementPackClass object.

Returns

true if this ManagementPackClass object is derived from the specified object; otherwise, false.

Attributes

Applies to