[This topic is pre-release documentation and
is subject to change in future releases. Blank topics are included
as placeholders.]Determines whether this object is derived
from the specified
ManagementPackClass object.
Namespace:
Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in
microsoft.enterprisemanagement.core.dll)
Usage
Syntax
Visual Basic |
<ObsoleteAttribute("Please use ManagementPackType.IsSubtypeOf()")> _
Public Function IsSubClassOf ( _
possibleParentClass As ManagementPackClass _
) As Boolean
|
C# |
[ObsoleteAttribute("Please use ManagementPackType.IsSubtypeOf()")]
public bool IsSubClassOf (
ManagementPackClass possibleParentClass
)
|
C++ |
[ObsoleteAttribute(L"Please use ManagementPackType.IsSubtypeOf()")]
public:
bool IsSubClassOf (
ManagementPackClass^ possibleParentClass
)
|
J# |
/** @attribute ObsoleteAttribute("Please use ManagementPackType.IsSubtypeOf()") */
public boolean IsSubClassOf (
ManagementPackClass possibleParentClass
)
|
JScript |
ObsoleteAttribute("Please use ManagementPackType.IsSubtypeOf()")
public function IsSubClassOf (
possibleParentClass : ManagementPackClass
) : boolean
|
Parameters
- possibleParentClass
-
The possible parent class of this
ManagementPackClass object.
Return Value
true if this
ManagementPackClass object is derived
from the specified object; otherwise,
false.
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2008, Windows Vista, Windows Server 2003, and
Windows XP
Target Platforms
Windows Server 2008,Windows Server 2003
See Also