8 instantiations of StringProperty
System.ServiceModel (8)
System\ServiceModel\Channels\MsmqOutputMessage.cs (1)
183
this.deadLetterQueue = new
StringProperty
(this, UnsafeNativeMethods.PROPID_M_DEADLETTER_QUEUE, value);
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (4)
48
this.adminQueue = new
StringProperty
(this, UnsafeNativeMethods.PROPID_M_ADMIN_QUEUE, initialQueueNameLength);
57
this.destinationQueue = new
StringProperty
(this, UnsafeNativeMethods.PROPID_M_DEST_FORMAT_NAME, initialQueueNameLength);
62
this.label = new
StringProperty
(this, UnsafeNativeMethods.PROPID_M_LABEL, initialLabelLength);
65
this.responseFormatName = new
StringProperty
(this, UnsafeNativeMethods.PROPID_M_RESP_FORMAT_NAME, initialQueueNameLength);
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (3)
233
this.label = new
StringProperty
(this, UnsafeNativeMethods.PROPID_M_LABEL, property.Label);
264
this.adminQueue = new
StringProperty
(this, UnsafeNativeMethods.PROPID_M_ADMIN_QUEUE, queueName);
280
this.responseQueue = new
StringProperty
(this, UnsafeNativeMethods.PROPID_M_RESP_FORMAT_NAME, queueName);
8 references to StringProperty
System.ServiceModel (8)
System\ServiceModel\Channels\MsmqOutputMessage.cs (1)
26
StringProperty
deadLetterQueue;
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (4)
11
StringProperty
adminQueue;
19
StringProperty
destinationQueue;
23
StringProperty
label;
26
StringProperty
responseFormatName;
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (3)
193
StringProperty
adminQueue;
197
StringProperty
label;
199
StringProperty
responseQueue;