|   | IChannelValueTIsEmpty Property | 
        
        
            Gets boolean value that determines if none of the composite values of 
IChannelValueT have been assigned a value.
            
 GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
SyntaxReadOnly Property IsEmpty As Boolean
	Get
property bool IsEmpty {
	bool get ();
}abstract IsEmpty : bool with get
Return Value
BooleanTrue, if no composite values have been assigned a value; otherwise, false.
 See Also
See Also