| 
            
              IDataCellDeviceError Property
             | 
          
        
        
            Gets or sets flag that determines if source device of this 
IDataCell is reporting an error.
            
 
        
        Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
Syntaxbool DeviceError { get; set; }Property DeviceError As Boolean
	Get
	Set
property bool DeviceError {
	bool get ();
	void set (bool value);
}abstract DeviceError : bool with get, set
function get_DeviceError();
function set_DeviceError(value);
 View SourceProperty Value
Boolean
See Also