|   | DataCellBaseAllValuesAssigned Property | 
        
        
            Gets flag that determines if all values of this 
DataCellBase have been assigned.
            
 GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic virtual bool AllValuesAssigned { get; }Public Overridable ReadOnly Property AllValuesAssigned As Boolean
	Get
public:
virtual property bool AllValuesAssigned {
	bool get ();
}abstract AllValuesAssigned : bool with get
override AllValuesAssigned : bool with get
function get_AllValuesAssigned();
Property Value
BooleanImplements
IDataCellAllValuesAssigned See Also
See Also