|   | 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
 Syntax
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();
Return Value
Booleantrue, if all composite values have been assigned a value; otherwise, 
false.
 See Also
See Also