Click or drag to resize

DotNetScriptTestStepBaseDotNetLanguage Property

Gets or sets the language used, default values is "C#".

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public string DotNetLanguage { get; protected set; }

Property Value

Type: String
The .Net language.
See Also