SoapServerServiceApplicationName Property |
Gets or sets the name of the application.
Namespace:
Hummingbird.TestFramework.Services
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public string ApplicationName { get; set; }
Public Property ApplicationName As String
Get
Set
public:
property String^ ApplicationName {
String^ get ();
void set (String^ value);
}
member ApplicationName : string with get, set
Property Value
Type:
String
The name of the application.
See Also