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 Structure

Defines a dictionary key-and-value pair that can be set or retrieved.

Object
   ValueType
      DictionaryEntry

[Visual Basic]
Public Structure DictionaryEntry
[C#]
public struct DictionaryEntry
[C++]
public __value struct DictionaryEntry

[JScript] In JScript, you can use the structures in the NGWS frameworks, but you cannot define your own.

Remarks

The Entry method returns an instance of this class.

Requirements

Namespace: System.Collections

Assembly: mscorlib.dll

See Also

DictionaryEntry Members | System.Collections Namespace | IDictionary | IDictionaryEnumerator