ManagementPackReferenceCollection Class
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Represents a management pack element that is defined by the ManagementPackReferenceCollection complex type. This type defines a collection of references used by the management pack.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim instance As ManagementPackReferenceCollection
Syntax
'Declaration
<SerializableAttribute> _
<DefaultMemberAttribute("Item")> _
Public Class ManagementPackReferenceCollection
Implements IDictionary(Of String, ManagementPackReference), ICollection(Of KeyValuePair(Of String, ManagementPackReference)), _
IEnumerable(Of KeyValuePair(Of String, ManagementPackReference)), IEnumerable
[SerializableAttribute]
[DefaultMemberAttribute("Item")]
public class ManagementPackReferenceCollection : IDictionary<string,ManagementPackReference>, ICollection<KeyValuePair<string,ManagementPackReference>>,
IEnumerable<KeyValuePair<string,ManagementPackReference>>, IEnumerable
[SerializableAttribute]
[DefaultMemberAttribute(L"Item")]
public ref class ManagementPackReferenceCollection : IDictionary<String^, ManagementPackReference^>, ICollection<KeyValuePair<String^, ManagementPackReference^>>,
IEnumerable<KeyValuePair<String^, ManagementPackReference^>>, IEnumerable
/** @attribute SerializableAttribute() */
/** @attribute DefaultMemberAttribute("Item") */
public class ManagementPackReferenceCollection implements IDictionary<String,ManagementPackReference>,
ICollection<KeyValuePair<String,ManagementPackReference>>, IEnumerable<KeyValuePair<String,ManagementPackReference>>, IEnumerable
SerializableAttribute
DefaultMemberAttribute("Item")
public class ManagementPackReferenceCollection implements IDictionary<String,ManagementPackReference>,
ICollection<KeyValuePair<String,ManagementPackReference>>, IEnumerable<KeyValuePair<String,ManagementPackReference>>, IEnumerable
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Configuration.ManagementPackReferenceCollection
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 Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ManagementPackReferenceCollection Members
Microsoft.EnterpriseManagement.Configuration Namespace