2 writes to AcknowledgeType
System.ServiceModel (2)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
87property.AcknowledgeType = (System.Messaging.AcknowledgeTypes)this.acknowledge.Value;
System\ServiceModel\MsmqIntegration\MsmqMessage.cs (1)
41set { this.property.AcknowledgeType = value; }
3 references to AcknowledgeType
System.ServiceModel (3)
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (2)
214if (property.AcknowledgeType.HasValue) 215EnsureAcknowledgeProperty((byte)property.AcknowledgeType.Value);
System\ServiceModel\MsmqIntegration\MsmqMessage.cs (1)
40get { return this.property.AcknowledgeType; }