1 write to sentTime
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
67this.sentTime = new IntProperty(this, UnsafeNativeMethods.PROPID_M_SENTTIME);
1 reference to sentTime
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
110property.SentTime = MsmqDateTime.ToDateTime(this.sentTime.Value).ToLocalTime();