|   | IDataCellDataIsValid Property | 
        
        
            Gets or sets flag that determines if data of this 
IDataCell is valid.
            
 GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxbool DataIsValid { get; set; }Property DataIsValid As Boolean
	Get
	Set
property bool DataIsValid {
	bool get ();
	void set (bool value);
}abstract DataIsValid : bool with get, set
function get_DataIsValid();
function set_DataIsValid(value);
Property Value
Boolean See Also
See Also