2 references to PROPID_M_PRIORITY
System.ServiceModel (2)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
64
this.priority = new ByteProperty(this, UnsafeNativeMethods.
PROPID_M_PRIORITY
);
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (1)
236
this.priority = new ByteProperty(this, UnsafeNativeMethods.
PROPID_M_PRIORITY
, (byte)property.Priority.Value);