ExtractPropertyTestStepSourceStepId Property |
Gets or sets the unique identifier of the Test Step where the property should be retrieved.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public Guid SourceStepId { get; set; }
<DataMemberAttribute>
Public Property SourceStepId As Guid
Get
Set
public:
[DataMemberAttribute]
property Guid SourceStepId {
Guid get ();
void set (Guid value);
}
[<DataMemberAttribute>]
member SourceStepId : Guid with get, set
Property Value
Type:
Guid
The step identifier.
See Also