| StartupHelperApplicationDataPath Property |
Gets the application data path.
Namespace:
QsInformatica.Utils.src
Assembly:
QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 24.6.0.0 (24.6.0.0)
Syntax public static string ApplicationDataPath { get; }
Public Shared ReadOnly Property ApplicationDataPath As String
Get
public:
static property String^ ApplicationDataPath {
String^ get ();
}
static member ApplicationDataPath : string with get
Property Value
Type:
StringThe application data path.
See Also