|
IChannelValueTIsEmpty Property
|
Gets boolean value that determines if none of the composite values of
IChannelValueT have been assigned a value.
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax ReadOnly Property IsEmpty As Boolean
Get
abstract IsEmpty : bool with get
View SourceReturn Value
BooleanTrue, if no composite values have been assigned a value; otherwise, false.
See Also