ModuleDriverDataItems Property 
             | 
          
        
         
            Gets all rules of the driver.
            
 
    Namespace: 
   Nexpaq
    Assembly:
   NexpaqCore (in NexpaqCore.dll) Version: 1.0.6767.24310
Syntax[JsonPropertyAttribute("data")]
public List<ModuleDriverDataItem> DataItems { get; }Property Value
Type: 
ListModuleDriverDataItemThe rules.
See Also