Gets or sets the ID code of this ConfigurationCell.
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; }