DotNetScriptTestStepBaseScript Property |
Gets or sets the C# Script to run
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public string Script { get; set; }
<DataMemberAttribute>
Public Property Script As String
Get
Set
public:
[DataMemberAttribute]
property String^ Script {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member Script : string with get, set
Property Value
Type:
String
The script to run. The script can use all the features of Test Framework.
See Also