Click or drag to resize

LoadTestReportItemServiceNames Property

Gets or sets the service Id to Name mapping

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

Property Value

Type: SerializableDictionaryGuid, String
An dictionary contain Key as ServiceMetadataId and Value as the name.
See Also