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