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