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;
}
function get_IDCode();
function set_IDCode(value);
NotSupportedException | IDCode of a data frame is read-only, change IDCode in associated configuration frame instead. |