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