1 write to priority
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
64this.priority = new ByteProperty(this, UnsafeNativeMethods.PROPID_M_PRIORITY);
1 reference to priority
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
107property.Priority = (System.Messaging.MessagePriority)this.priority.Value;