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!

InstallEventArgs.SavedState

An IDictionary that represents the current state of the installation.

[Visual Basic]
Public SavedState As IDictionary
[C#]
public IDictionary SavedState;
[C++]
public: IDictionary* SavedState;
[JScript]
public var SavedState : IDictionary;

See Also

InstallEventArgs Class | InstallEventArgs Members | System.Configuration.Install Namespace