SavedRequestClientName Property |
Name of the AbstractClient type used to send this request.
Namespace:
Hummingbird.TestFramework.Configuration
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public string ClientName { get; set; }
Public Property ClientName As String
Get
Set
public:
property String^ ClientName {
String^ get ();
void set (String^ value);
}
member ClientName : string with get, set
Property Value
Type:
StringSee Also