1 write to labelLength
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
63
this.
labelLength
= new IntProperty(this, UnsafeNativeMethods.PROPID_M_LABEL_LEN, initialLabelLength);
2 references to labelLength
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);