JsonWebTokenTestStepAction Property |
Gets or sets the action of this test step
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public JsonWebTokenStepActions Action { get; set; }
<DataMemberAttribute>
Public Property Action As JsonWebTokenStepActions
Get
Set
public:
[DataMemberAttribute]
property JsonWebTokenStepActions Action {
JsonWebTokenStepActions get ();
void set (JsonWebTokenStepActions value);
}
[<DataMemberAttribute>]
member Action : JsonWebTokenStepActions with get, set
Property Value
Type:
JsonWebTokenStepActions
A valid value from enumeration
JsonWebTokenStepActionsSee Also