EnterpriseManagementObject.IsInstanceOf(ManagementPackClass) Method

Definition

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.

Applies to