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)

Syntax

'Declaration
Public ReadOnly Property RevisedDate As DateTime
public DateTime RevisedDate { get; }
public:
property DateTime RevisedDate {
    DateTime get ();
}
member RevisedDate : DateTime with get
function get RevisedDate () : DateTime

Property Value

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

.NET Framework Security

See Also

Reference

WorkItem Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace