Click or drag to resize

DataCellBaseIDCode Property

Gets the numeric ID code for this DataCellBase.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public override ushort IDCode { get; set; }
View Source

Property Value

UInt16

Implements

IChannelCellIDCode
IChannelCellIDCode
Exceptions
ExceptionCondition
NotSupportedExceptionIDCode of a data cell is read-only, change IDCode is associated configuration cell instead.
Remarks
This value is read-only for DataCellBase; assigning a value will throw an exception. Value returned is the IDCode of the associated ConfigurationCell.
See Also