Click or drag to resize

PFPerformanceReportInfoEntries Property

Gets or sets the entries of this report. Each one of them representing a request during the test.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[DataMemberAttribute]
[XmlArrayAttribute]
public List<PFPerformanceEntryInfo> Entries { get; set; }

Property Value

Type: ListPFPerformanceEntryInfo
See Also