NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MessageQueueCriteria.CreatedBefore

Specifies the upper bound of the interval that will be used as the queue creation time search criteria.

[Visual Basic]
Overridable Public Property CreatedBefore As DateTime
[C#]
public DateTime CreatedBefore {virtual get; virtual set;}
[C++]
public: __property virtual DateTime get_CreatedBefore();
public: __property virtual void set_CreatedBefore(DateTime);
[JScript]
public function get CreatedBefore() : DateTime;
public function set CreatedBefore(DateTime);

See Also

MessageQueueCriteria Class | MessageQueueCriteria Members | System.Messaging Namespace