| 
            
              ChannelValueCollectionBaseTDefinition, TValueAllValuesAssigned Property
             | 
          
        
        
            Gets a boolean value indicating if all of the composite values have been assigned a value.
            
        
        Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
Syntaxpublic virtual bool AllValuesAssigned { get; }Public Overridable ReadOnly Property AllValuesAssigned As Boolean
	Get
public:
virtual property bool AllValuesAssigned {
	bool get ();
}abstract AllValuesAssigned : bool with get
override AllValuesAssigned : bool with get
function get_AllValuesAssigned();
 View SourceReturn Value
Booleantrue, if all composite values have been assigned a value; otherwise, 
false.
See Also