ExtractPropertyTestStepVariableLevel Property |
Gets or sets the level of variable generated from the current test step.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public VariableLevels VariableLevel { get; set; }
<DataMemberAttribute>
Public Property VariableLevel As VariableLevels
Get
Set
public:
[DataMemberAttribute]
property VariableLevels VariableLevel {
VariableLevels get ();
void set (VariableLevels value);
}
[<DataMemberAttribute>]
member VariableLevel : VariableLevels with get, set
Property Value
Type:
VariableLevels
The variable level.
See Also