DataSeries.DataRecords Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)