This documentation is archived and is not being maintained.
NameObjectCollectionBase.Keys Property
.NET Framework 1.1
Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance.
[Visual Basic] Public Overridable ReadOnly Property Keys As _ NameObjectCollectionBase.KeysCollection [C#] public virtual NameObjectCollectionBase.KeysCollection Keys {get;} [C++] public: __property virtual NameObjectCollectionBase.KeysCollection* get_Keys(); [JScript] public function get Keys() : NameObjectCollectionBase.KeysCollection;
Property Value
A NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
See Also
NameObjectCollectionBase Class | NameObjectCollectionBase Members | System.Collections.Specialized Namespace
Show: