1 write to senderIdType
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqOutputMessage.cs (1)
196
this.
senderIdType
= new IntProperty(this, UnsafeNativeMethods.PROPID_M_SENDERID_TYPE);
2 references to senderIdType
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqOutputMessage.cs (2)
194
if (this.
senderIdType
== null)
198
this.
senderIdType
.Value = value;