RequestOptionsUsername Property |
Gets or sets the Username of the authentication if user do not want to use the
Credential from the
Profile
Namespace:
Hummingbird.TestFramework.Services
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.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 username
See Also