openPDC Synchrophasor Help
IDCode Property
NamespacesTVA.PhasorProtocolsDataCellBaseIDCode
Gets the numeric ID code for this DataCellBase.
Declaration Syntax
C#Visual BasicVisual C++
public override ushort IDCode { get; set; }
Public Overrides Property IDCode As UShort
	Get
	Set
public:
virtual property unsigned short IDCode {
	unsigned short get () override;
	void set (unsigned short value) override;
}
Remarks
This value is read-only for DataCellBase; assigning a value will throw an exception. Value returned is the IDCode of the associated ConfigurationCell.
Exceptions
ExceptionCondition
NotSupportedExceptionIDCode of a data cell is read-only, change IDCode is associated configuration cell instead.

Assembly: TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0