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!

InstallContext.Host

Gets an object giving you access to the Microsoft Installation (MSI) setup object model.

[Visual Basic]
Overridable Public ReadOnly Property Host As Object
[C#]
public object Host {virtual get;}
[C++]
public: __property virtual Object* get_Host();
[JScript]
public function get Host() : Object;

Property Value

An object giving you access to the MSI setup object model, or a null reference (in Visual Basic Nothing).

Remarks

An object giving you access to the MSI setup object model. This property is always a null reference (Nothing).

See Also

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