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