IMainViewLogFileName Property |
Gets or sets the full path to the log file that will be displayed if the user indicates they want to see its content.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax string LogFileName { get; set; }
Property LogFileName As String
Get
Set
property String^ LogFileName {
String^ get ();
void set (String^ value);
}
abstract LogFileName : string with get, set
Property Value
Type:
StringSee Also