2 writes to createdAfter
System.Messaging (2)
System\Messaging\MessageQueueCriteria.cs (2)
62this.createdAfter = value; 93this.createdAfter = this.createdBefore;
5 references to createdAfter
System.Messaging (5)
System\Messaging\MessageQueueCriteria.cs (5)
54return this.createdAfter; 63if (this.filter.CreatedBefore && this.createdAfter > this.createdBefore) 64this.createdBefore = this.createdAfter; 92if (this.filter.CreatedAfter && this.createdAfter > this.createdBefore) 254restrictions.AddI4(NativeMethods.QUEUE_PROPID_CREATE_TIME, Restrictions.PRGT, ConvertTime(this.createdAfter));