5 references to StringProperty
System.ServiceModel (5)
System\ServiceModel\Channels\NativeMsmqMessage.cs (1)
424: this(message, id, value.Length + 1)
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);