Click or drag to resize

ChannelValueCollectionBaseTDefinition, TValueAllValuesAssigned Property

Gets a boolean value indicating if all of the composite values have been assigned a value.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public virtual bool AllValuesAssigned { get; }
View Source

Return Value

Boolean
true, if all composite values have been assigned a value; otherwise, false.
See Also