1 write to label
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
62this.label = new StringProperty(this, UnsafeNativeMethods.PROPID_M_LABEL, initialLabelLength);
2 references to label
System.ServiceModel (2)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (2)
79this.label.EnsureValueLength(this.labelLength.Value); 98property.Label = this.label.GetValue(this.labelLength.Value);