1 write to messageId
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqOutputMessage.cs (1)
45this.messageId = new BufferProperty(this, UnsafeNativeMethods.PROPID_M_MSGID, UnsafeNativeMethods.PROPID_M_MSGID_SIZE);
1 reference to messageId
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqOutputMessage.cs (1)
150get { return this.messageId; }