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.Value

Retrieves the definition associated with a key.

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

See Also

DictionaryEntry Structure | DictionaryEntry Members | System.Collections Namespace