TestStepResultConditionStepId Property |
Gets or sets the identifier of the test step
Namespace:
Hummingbird.TestFramework.Automation.FunctionalConditions
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public Guid StepId { get; set; }
<DataMemberAttribute>
Public Property StepId As Guid
Get
Set
public:
[DataMemberAttribute]
property Guid StepId {
Guid get ();
void set (Guid value);
}
[<DataMemberAttribute>]
member StepId : Guid with get, set
Property Value
Type:
Guid
A
Guid value represents a test step.
See Also