public string StartStatusDescription { get; set; }Public Property StartStatusDescription As String
Get
Setpublic:
property String^ StartStatusDescription {
String^ get ();
void set (String^ value);
}member StartStatusDescription : string with get, set