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!

IDictionaryEnumerator.Entry

When implemented by a class, retrieves both the key and the value of the current dictionary entry.

[Visual Basic]
ReadOnly Property Entry As DictionaryEntry
[C#]
DictionaryEntry Entry {get;}
[C++]
DictionaryEntry get_Entry() = 0;
[JScript]
abstract function get Entry() : DictionaryEntry;

See Also

IDictionaryEnumerator Interface | IDictionaryEnumerator Members | System.Collections Namespace