Log Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation Log Property
Gets or sets a log where all MSI SQL queries are written.
Declaration Syntax
C# Visual Basic Visual C++ F#
public TextWriter Log { get; set; }
Public Property Log As TextWriter
	Get
	Set
public:
property TextWriter^ Log {
	TextWriter^ get ();
	void set (TextWriter^ value);
}
member Log : TextWriter with get, set
Property 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.dll) Version: 3.0.0.0 (3.11.1.2318)