AppMgmtCollection Generic Class

Applies To: System Center Configuration Manager 2012, System Center Configuration Manager 2012

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Usage

'Usage
Dim instance As AppMgmtCollection(Of T)

Syntax

'Declaration
<SerializableAttribute> _
<DefaultMemberAttribute("Item")> _
<DebuggerDisplayAttribute("Count={Count}")> _
Public Class AppMgmtCollection(Of T)
    Inherits BaseObject
    Implements IList(Of T), ICollection(Of T), _
    IEnumerable(Of T), IList, ICollection, _
    IEnumerable
[SerializableAttribute] 
[DefaultMemberAttribute("Item")] 
[DebuggerDisplayAttribute("Count={Count}")] 
public class AppMgmtCollection<T> : BaseObject, IList<T>, ICollection<T>, 
    IEnumerable<T>, IList, ICollection, IEnumerable
[SerializableAttribute] 
[DefaultMemberAttribute(L"Item")] 
[DebuggerDisplayAttribute(L"Count={Count}")] 
generic<typename T>
public ref class AppMgmtCollection : public BaseObject, IList<T>, ICollection<T>, 
    IEnumerable<T>, IList, ICollection, IEnumerable

Inheritance Hierarchy

System.Object
   Microsoft.ConfigurationManagement.ApplicationManagement.BaseObject
    Microsoft.ConfigurationManagement.ApplicationManagement.AppMgmtCollection
       Microsoft.ConfigurationManagement.ApplicationManagement.AppMgmtKeyedCollectionBase
       Microsoft.ConfigurationManagement.ApplicationManagement.DcmRuleSet

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

See Also

Reference

AppMgmtCollection Members
Microsoft.ConfigurationManagement.ApplicationManagement Namespace