StartWindowsServiceTestStepUserName Property |
Gets or sets the name of the user.
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; }
<DataMemberAttribute>
Public Property UserName As String
Get
Set
public:
[DataMemberAttribute]
property String^ UserName {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member UserName : string with get, set
Property Value
Type:
String
The name of the user.
See Also