| 
            
              PhasorValueBaseIsEmpty Property
             | 
          
        
        
            Gets boolean value that determines if none of the composite values of 
PhasorValueBase have been assigned a value.
            
 
        
        Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
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
 View SourceProperty Value
BooleanImplements
IChannelValueTIsEmptyIChannelValueTIsEmpty
See Also