4 references to StringProperty
System.ServiceModel (4)
System\ServiceModel\Channels\MsmqOutputMessage.cs (1)
183this.deadLetterQueue = new StringProperty(this, UnsafeNativeMethods.PROPID_M_DEADLETTER_QUEUE, value);
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (3)
233this.label = new StringProperty(this, UnsafeNativeMethods.PROPID_M_LABEL, property.Label); 264this.adminQueue = new StringProperty(this, UnsafeNativeMethods.PROPID_M_ADMIN_QUEUE, queueName); 280this.responseQueue = new StringProperty(this, UnsafeNativeMethods.PROPID_M_RESP_FORMAT_NAME, queueName);