Gets the numeric ID code for this DataCellBase.
Declaration Syntax
C# | Visual Basic | Visual 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
Exception | Condition |
---|---|
NotSupportedException | IDCode of a data cell is read-only, change IDCode is associated configuration cell instead. |