 | BasicAppSettingsCreatedDirectoryRoot property |
Contains the path of the lowest directory that was created in the last
"Directory.Create" was newly created.
This
Namespace: NetEti.ApplicationEnvironmentAssembly: NetEti.BasicAppSettings (in NetEti.BasicAppSettings.dll) Version: 1.0.0+fc721cf1d38e1de155fd33971356662ac9c21f21
Syntaxprotected string? CreatedDirectoryRoot { get; set; }
Protected Property CreatedDirectoryRoot As String
Get
Set
protected:
property String^ CreatedDirectoryRoot {
String^ get ();
void set (String^ value);
}
member CreatedDirectoryRoot : string with get, set
Property value
String
See also