Click or drag to resize

AbstractSqlTestStepUserName Property

Gets or sets the UserName to access to base if User/Password mode is used

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

Property Value

Type: String
The UserName
See Also