2 writes to AppSpecific
System.ServiceModel (2)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
90
property.
AppSpecific
= this.appSpecific.Value;
System\ServiceModel\MsmqIntegration\MsmqMessage.cs (1)
58
set { this.property.
AppSpecific
= value; }
3 references to AppSpecific
System.ServiceModel (3)
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (2)
220
if (property.
AppSpecific
.HasValue)
221
this.appSpecific = new IntProperty(this, UnsafeNativeMethods.PROPID_M_APPSPECIFIC, property.
AppSpecific
.Value);
System\ServiceModel\MsmqIntegration\MsmqMessage.cs (1)
57
get { return this.property.
AppSpecific
; }