ContextActionLine Property |
Gets the current action line
Namespace:
TestArchitect.Harness.Core
Assembly:
TestArchitect.Harness.Bundle.Core (in TestArchitect.Harness.Bundle.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public IActionLine ActionLine { get; protected set; }
Public Property ActionLine As IActionLine
Get
Protected Set
public:
property IActionLine^ ActionLine {
IActionLine^ get ();
protected: void set (IActionLine^ value);
}
member ActionLine : IActionLine with get, set
Property Value
Type:
IActionLineSee Also