Log Property

Microsoft Deployment Tools

Deployment Tools Foundation Log Property
Gets or sets a log where all MSI SQL queries are written.
Declaration Syntax
C# Visual Basic Visual C++
public TextWriter Log { get; set; }
Public Property Log As TextWriter
public:
property TextWriter^ Log {
	TextWriter^ get ();
	void set (TextWriter^ value);
}
Remarks
The log can be useful for debugging, or simply to watch the LINQ magic in action.

Assembly: Microsoft.Deployment.WindowsInstaller.Linq (Module: Microsoft.Deployment.WindowsInstaller.Linq) Version: 3.0.0.0 (3.5.1623.0)