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.CreatedAfter

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

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

See Also

MessageQueueCriteria Class | MessageQueueCriteria Members | System.Messaging Namespace