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