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!

ResourceWriter.ResourceList

This field holds a reference to the Hashtable hash table to which the resources are added using the AddResource method. The value of each resource is stored in the hash table keyed by the name of the resource.

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

See Also

ResourceWriter Class | ResourceWriter Members | System.Resources Namespace