|   | ChannelValueBaseTIsEmpty Property | 
        
        
            Gets boolean value that determines if none of the composite values of 
ChannelValueBaseT have been assigned a value.
            
 GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic abstract bool IsEmpty { get; }Public MustOverride ReadOnly Property IsEmpty As Boolean
	Get
public:
virtual property bool IsEmpty {
	bool get () abstract;
}abstract IsEmpty : bool with get
Return Value
Booleantrue, if no composite values have been assigned a value; otherwise, 
false.
Implements
IChannelValueTIsEmpty See Also
See Also