2 references to PROPID_M_APPSPECIFIC
System.ServiceModel (2)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
50
this.appSpecific = new IntProperty(this, UnsafeNativeMethods.
PROPID_M_APPSPECIFIC
);
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (1)
221
this.appSpecific = new IntProperty(this, UnsafeNativeMethods.
PROPID_M_APPSPECIFIC
, property.AppSpecific.Value);