| 
            
              IDeviceDeviceErrors Property
             | 
          
        
        
            Gets or sets total device errors of this 
IDevice.
            
 
        
        Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
Syntaxlong DeviceErrors { get; set; }Property DeviceErrors As Long
	Get
	Set
property long long DeviceErrors {
	long long get ();
	void set (long long value);
}abstract DeviceErrors : int64 with get, set
function get_DeviceErrors();
function set_DeviceErrors(value);
 View SourceProperty Value
Int64
See Also