| 
            
              ChannelValueBaseTIsEmpty Property
             | 
          
        
        
            Gets boolean value that determines if none of the composite values of 
ChannelValueBaseT have been assigned a value.
            
 
        
        Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
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
 View SourceReturn Value
Booleantrue, if no composite values have been assigned a value; otherwise, 
false.
Implements
IChannelValueTIsEmpty
See Also