2 writes to Label
System.ServiceModel (2)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
98
property.
Label
= this.label.GetValue(this.labelLength.Value);
System\ServiceModel\MsmqIntegration\MsmqMessage.cs (1)
102
set { this.property.
Label
= value; }
3 references to Label
System.ServiceModel (3)
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (2)
232
if (null != property.
Label
)
233
this.label = new StringProperty(this, UnsafeNativeMethods.PROPID_M_LABEL, property.
Label
);
System\ServiceModel\MsmqIntegration\MsmqMessage.cs (1)
101
get { return this.property.
Label
; }