PropertyCollection.IDictionary.Keys Property
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Gets an ICollection object containing the keys of the IDictionary object.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
Property Value
Type: System.Collections.ICollectionAn ICollection object containing the keys of the IDictionary object.
Implements
IDictionary.KeysThe order of the keys in the returned ICollection object is unspecified, but is guaranteed to be the same order as the corresponding values in the ICollection returned by the Values property.
The following example shows how to implement the Keys property. This code example is part of a larger example provided for the IDictionary class.
.NET Framework
Available since 2.0
Available since 2.0
Show: