| OutputWindowLogFile Property |
This is used to get or set the log filename from the last build
Namespace: SandcastleBuilder.Gui.ContentEditorsAssembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax public string LogFile { get; set; }
Public Property LogFile As String
Get
Set
public:
property String^ LogFile {
String^ get ();
void set (String^ value);
}
member LogFile : string with get, set
Property Value
Type:
StringSee Also