Share via


ManagementPackEnumeration.IsChildOf(ManagementPackEnumeration) Method

Definition

Determines whether the specified enumeration is a valid value of this enumeration.

public:
 bool IsChildOf(Microsoft::EnterpriseManagement::Configuration::ManagementPackEnumeration ^ enumeration);
public bool IsChildOf (Microsoft.EnterpriseManagement.Configuration.ManagementPackEnumeration enumeration);
member this.IsChildOf : Microsoft.EnterpriseManagement.Configuration.ManagementPackEnumeration -> bool
Public Function IsChildOf (enumeration As ManagementPackEnumeration) As Boolean

Parameters

enumeration
ManagementPackEnumeration

The specified enumeration.

Returns

true if the specified enumeration is a child of this enumeration; otherwise, false.

Applies to