| StartupHelperApplicationDataPath Property |
Gets the application data path.
Namespace: QsInformatica.Utils.srcAssembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 27.1.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
StringThe application data path.
See Also