 | BasicAppSettingsWorkingDirectoryCreated property |
True if the WorkingDirectory was created when the program was started.
The WorkingDirectory is not created or deleted
by BasicAppSettings, but can also be used by the application
or logging.
Default: false.
Namespace: NetEti.ApplicationEnvironmentAssembly: NetEti.BasicAppSettings (in NetEti.BasicAppSettings.dll) Version: 1.0.0+fc721cf1d38e1de155fd33971356662ac9c21f21
Syntaxpublic bool WorkingDirectoryCreated { get; set; }
Public Property WorkingDirectoryCreated As Boolean
Get
Set
public:
property bool WorkingDirectoryCreated {
bool get ();
void set (bool value);
}
member WorkingDirectoryCreated : bool with get, set
Property value
Boolean
See also