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!

ResourceManager.UseManifest

Determines if resources should be searched for in the Assembly manifest.

[Visual Basic]
Protected UseManifest As Boolean
[C#]
protected bool UseManifest;
[C++]
protected: bool UseManifest;
[JScript]
protected var UseManifest : Boolean;

See Also

ResourceManager Class | ResourceManager Members | System.Resources Namespace