NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DictionaryEntry.Key

Retrieves the object defined in each key-and-value pair.

[Visual Basic]
Public Key As Object
[C#]
public object Key;
[C++]
public: Object* Key;
[JScript]
public var Key : Object;

See Also

DictionaryEntry Structure | DictionaryEntry Members | System.Collections Namespace