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; }
<DataMemberAttribute>
Public Property ServiceNames As SerializableDictionary(Of Guid, String)
Get
Set
public:
[DataMemberAttribute]
property SerializableDictionary<Guid, String^>^ ServiceNames {
SerializableDictionary<Guid, String^>^ get ();
void set (SerializableDictionary<Guid, String^>^ value);
}
[<DataMemberAttribute>]
member ServiceNames : SerializableDictionary<Guid, string> with get, set
Property Value
Type:
SerializableDictionaryGuid,
String
An dictionary contain Key as ServiceMetadataId and Value as the name.
See Also