ManagementPackClass.IsSubClassOf(ManagementPackClass) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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