Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
Visual Basic |
---|
Dim instance As ManagementPackElementInfo |
Syntax
Visual Basic |
---|
<SerializableAttribute> _ Public MustInherit Class ManagementPackElementInfo Inherits ManagementPackItem |
C# |
---|
[SerializableAttribute] public abstract class ManagementPackElementInfo : ManagementPackItem |
C++ |
---|
[SerializableAttribute] public ref class ManagementPackElementInfo abstract : public ManagementPackItem |
J# |
---|
/** @attribute SerializableAttribute() */ public abstract class ManagementPackElementInfo extends ManagementPackItem |
JScript |
---|
SerializableAttribute public abstract class ManagementPackElementInfo extends ManagementPackItem |
Inheritance
Hierarchy
System.Object
Microsoft.EnterpriseManagement.Configuration.ManagementPackItem
Microsoft.EnterpriseManagement.Configuration.ManagementPackElementInfo
Microsoft.EnterpriseManagement.Configuration.ManagementPackDisplayString
Microsoft.EnterpriseManagement.Configuration.ManagementPackFolderItem
Microsoft.EnterpriseManagement.Configuration.ManagementPackImageReference
Microsoft.EnterpriseManagement.Configuration.ManagementPackKnowledgeArticle
Microsoft.EnterpriseManagement.Configuration.ManagementPackItem
Microsoft.EnterpriseManagement.Configuration.ManagementPackElementInfo
Microsoft.EnterpriseManagement.Configuration.ManagementPackDisplayString
Microsoft.EnterpriseManagement.Configuration.ManagementPackFolderItem
Microsoft.EnterpriseManagement.Configuration.ManagementPackImageReference
Microsoft.EnterpriseManagement.Configuration.ManagementPackKnowledgeArticle
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.