StartUpInfoExePath Property |
Gets or sets the executable path.
Namespace:
Xcalibur.Models.StartUp
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax public string ExePath { get; set; }
Public Property ExePath As String
Get
Set
public:
virtual property String^ ExePath {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract ExePath : string with get, set
override ExePath : string with get, set
Property Value
Type:
String
The executable path.
Implements
IStartUpInfoExePathSee Also