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!

ResourceSet.Table

The Hashtable in which the resources are stored.

[Visual Basic]
Protected Table As Hashtable
[C#]
protected Hashtable Table;
[C++]
protected: Hashtable* Table;
[JScript]
protected var Table : Hashtable;

See Also

ResourceSet Class | ResourceSet Members | System.Resources Namespace