This documentation is archived and is not being maintained.

WorkItem::RevisedDate Property

Gets a DateTime object that represents the revision date and time of this work item.

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

public:
property DateTime RevisedDate {
	DateTime get ();
}

Property Value

Type: System::DateTime
A DateTime object that represents the revision date and time of this work item.

Show: