This documentation is archived and is not being maintained.

WorkItemCollection::AsOf Property

Gets or sets the time that the query was executed in the local time zone.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

public:
property DateTime AsOf {
	DateTime get ();
	void set (DateTime value);
}

Property Value

Type: System::DateTime
The time that the query was executed.

Show: