MessageID Property
- Last UpdatedApr 08, 2026
- 1 minute read
A unique identifier for any message within the DAL core. Note, this is only a pseudo
identifier, as this ID will probably not be transmitted over the wire. So, it's uniqueness
and consistency is only guaranteed for one side of a transport.
[DataMember()]
public uint MessageID {get; set;}
[DataMember()]
public:
property uint MessageID {
uint get();
void set ( uint value);
}