StatusDescription Property (ExecutionHistoryStep)
In This Topic
Gets the text description of the
Status.
Syntax
'Declaration
Public ReadOnly Property StatusDescription As String
public string StatusDescription {get;}
public:
property String^ StatusDescription {
String^ get();
}
See Also