DataSeries.DataRecords Property

Definition

The list of data records.

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::SystemInsights::Capability::DataRecord ^> ^ DataRecords { System::Collections::Generic::IReadOnlyList<Microsoft::SystemInsights::Capability::DataRecord ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.SystemInsights.Capability.DataRecord> DataRecords { get; }
member this.DataRecords : System.Collections.Generic.IReadOnlyList<Microsoft.SystemInsights.Capability.DataRecord>
Public ReadOnly Property DataRecords As IReadOnlyList(Of DataRecord)

Property Value

Applies to