 | BasicAppSettingsDebugFile property |
Path and name of the log file
Default: WorkingDirectory + \ + ApplicationName + .log
Namespace: NetEti.ApplicationEnvironmentAssembly: NetEti.BasicAppSettings (in NetEti.BasicAppSettings.dll) Version: 1.0.0+fc721cf1d38e1de155fd33971356662ac9c21f21
Syntaxpublic string DebugFile { get; set; }
Public Property DebugFile As String
Get
Set
public:
property String^ DebugFile {
String^ get ();
void set (String^ value);
}
member DebugFile : string with get, set
Property value
String
See also