ButterflowWrapperDevices Property |
Gets or sets the list of devices available for butterflow processing.
Namespace:
butterflow_ui
Assembly:
butterflow-ui (in butterflow-ui.exe) Version: 1.1.1.5749 (1.0.0.0)
Syntax public Dictionary<int, string> Devices { get; private set; }
Property Value
Type:
DictionaryInt32,
String The devices available for butterflow processing.
See Also