Click or drag to resize

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; }

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