Click or drag to resize

DirectIoResult.ResultData Property

Key-value pairs for result data.

Namespace:  Resto.Front.Api.Data.Device.Results
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public Dictionary<string, string> ResultData { get; set; }

Property Value

Type: Dictionary<String, String>
See Also