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 Get Set
public: property TextWriter^ Log { TextWriter^ get (); void set (TextWriter^ value); }
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.9.1006.0)