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; }
Public Property ServiceNames As SerializableDictionary(Of Guid, String)
Get
Protected Set
public:
property SerializableDictionary<Guid, String^>^ ServiceNames {
SerializableDictionary<Guid, String^>^ get ();
protected: void set (SerializableDictionary<Guid, String^>^ value);
}
member ServiceNames : SerializableDictionary<Guid, string> with get, 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