LastStepDescription Property
In This Topic
The description of the last step executed or executing.
Syntax
'Declaration
Public ReadOnly Property LastStepDescription As String
public string LastStepDescription {get;}
public:
property String^ LastStepDescription {
String^ get();
}
See Also