2 references to PROPID_M_LABEL
System.ServiceModel (2)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
62
this.label = new StringProperty(this, UnsafeNativeMethods.
PROPID_M_LABEL
, initialLabelLength);
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (1)
233
this.label = new StringProperty(this, UnsafeNativeMethods.
PROPID_M_LABEL
, property.Label);