Click or drag to resize

LoadTestCaseServiceNames Property

Gets or sets the service names dictionary

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public SerializableDictionary<Guid, string> ServiceNames { get; protected set; }

Property Value

Type: SerializableDictionaryGuid, String
The service names dictionary where the Key is the ServiceId, the Value is the service friendly name.
See Also