3 references to MESSAGE_PROPID_LAST_IN_XACT
System.Messaging (3)
System\Messaging\Message.cs (3)
212
properties.SetUI1(NativeMethods.
MESSAGE_PROPID_LAST_IN_XACT
, (byte)0);
1215
return (properties.GetUI1(NativeMethods.
MESSAGE_PROPID_LAST_IN_XACT
) != 0);
2275
this.properties.Ghost(NativeMethods.
MESSAGE_PROPID_LAST_IN_XACT
);