1 write to Value
System.ServiceModel (1)
System\ServiceModel\Channels\NativeMsmqMessage.cs (1)
211
this.
Value
= value;
4 references to Value
System.ServiceModel (4)
System\ServiceModel\Channels\MsmqMessageProperty.cs (1)
25
this.acknowledge = (int)(ushort)msmqMessage.Class.
Value
;
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (3)
88
property.Acknowledgment = (System.Messaging.Acknowledgment)this.Class.
Value
;
100
if (this.Class.
Value
== UnsafeNativeMethods.MQMSG_CLASS_NORMAL)
102
else if (this.Class.
Value
== UnsafeNativeMethods.MQMSG_CLASS_REPORT)