Gets or sets the value of the MsgDirty flag. When a
message has been serialized and then changed, we need to be able to
re-serialize the message before updating the array that it is in. A message
is "dirty" if it is modified after it has been serialized.

C# |
public virtual bool MsgDirty { get; set; }

the bool value