ApplicationGetExecutablePathEventArgsExecutablePath Property |
|
DataPA OpenAnalytics API Reference
Gets or sets the executable path of the executable running this assembly.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string ExecutablePath { get; set; }
Public Property ExecutablePath As String
Get
Set
public:
virtual property String^ ExecutablePath {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_ExecutablePath();
function set_ExecutablePath(value);
Return Value
Type:
String The executable path of the executable running this assembly
Remarks See Also