8 instantiations of StringProperty
System.ServiceModel (8)
System\ServiceModel\Channels\MsmqOutputMessage.cs (1)
183this.deadLetterQueue = new StringProperty(this, UnsafeNativeMethods.PROPID_M_DEADLETTER_QUEUE, value);
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (4)
48this.adminQueue = new StringProperty(this, UnsafeNativeMethods.PROPID_M_ADMIN_QUEUE, initialQueueNameLength); 57this.destinationQueue = new StringProperty(this, UnsafeNativeMethods.PROPID_M_DEST_FORMAT_NAME, initialQueueNameLength); 62this.label = new StringProperty(this, UnsafeNativeMethods.PROPID_M_LABEL, initialLabelLength); 65this.responseFormatName = new StringProperty(this, UnsafeNativeMethods.PROPID_M_RESP_FORMAT_NAME, initialQueueNameLength);
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);
8 references to StringProperty
System.ServiceModel (8)
System\ServiceModel\Channels\MsmqOutputMessage.cs (1)
26StringProperty deadLetterQueue;
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (4)
11StringProperty adminQueue; 19StringProperty destinationQueue; 23StringProperty label; 26StringProperty responseFormatName;
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (3)
193StringProperty adminQueue; 197StringProperty label; 199StringProperty responseQueue;