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

Usage

Visual Basic
Dim instance As AppMgmtKeyedCollectionBase(Of TKey, TItem)
Dim value As IEnumerable(Of TKey)

value = instance.Keys

Syntax

Visual Basic
Public Overridable ReadOnly Property Keys As IEnumerable(Of TKey)
C#
public virtual IEnumerable<TKey> Keys { get; }
C++
public:
virtual property IEnumerable<TKey>^ Keys {
		IEnumerable<TKey>^ get ();
}
J#
/** @property */
public IEnumerable<TKey> get_Keys ()
JScript
public function get Keys () : IEnumerable<TKey>

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