Click or drag to resize

ModuleDriverDataItems Property

Gets all rules of the driver.

Namespace:  Nexpaq
Assembly:  NexpaqCore (in NexpaqCore.dll) Version: 1.0.6767.24310
Syntax
C#
[JsonPropertyAttribute("data")]
public List<ModuleDriverDataItem> DataItems { get; }

Property Value

Type: ListModuleDriverDataItem
The rules.
See Also