AbstractServiceName Property |
Gets or sets the name of the Service
Namespace:
Hummingbird.TestFramework.Services
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public string Name { get; protected set; }
Public Property Name As String
Get
Protected Set
public:
property String^ Name {
String^ get ();
protected: void set (String^ value);
}
member Name : string with get, set
Property Value
Type:
String
The name of the service.
Remarks
When the service is used as Client, please name the service as XXX Client. Otherwise, name the service as XXX Server.
For example, the build in Soap client service is called Soap Client. and virtual server of Soap is called Soap Server.
See Also