Click or drag to resize

DataEventArgsTKey, TValueDataSet Property

Get current data. If no data is available then the collection of DataSet is empty.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
public IReadOnlyCollection<DataSet<TKey, TValue>> DataSet { get; }

Property Value

IReadOnlyCollectionDataSetTKey, TValue
See Also