4 references to GetValue
System.ServiceModel (4)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (4)
89property.AdministrationQueue = GetQueueName(this.adminQueue.GetValue(this.adminQueueLength.Value)); 95property.DestinationQueue = GetQueueName(this.destinationQueue.GetValue(this.destinationQueueLength.Value)); 98property.Label = this.label.GetValue(this.labelLength.Value); 108property.ResponseQueue = GetQueueName(this.responseFormatName.GetValue(this.responseFormatNameLength.Value));