EnterpriseManagementObject.IsInstanceOf(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.
Indicates whether this instance is of the specified class or any of its derived classes.
public:
bool IsInstanceOf(Microsoft::EnterpriseManagement::Configuration::ManagementPackClass ^ mpClass);
public bool IsInstanceOf (Microsoft.EnterpriseManagement.Configuration.ManagementPackClass mpClass);
member this.IsInstanceOf : Microsoft.EnterpriseManagement.Configuration.ManagementPackClass -> bool
Public Function IsInstanceOf (mpClass As ManagementPackClass) As Boolean
Parameters
- mpClass
- ManagementPackClass
The specified class.
Returns
Returns Boolean.
true
if this object is an instance of the specified class or any of its derived classes; otherwise, false
.