WorkItem.ChangedDate Property

Gets the DateTime object that represents the date and time that this work item was last changed.

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

Syntax

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

Property Value

Type: System.DateTime
The DateTime object that represents the date and time that this work item was last changed.

.NET Framework Security

See Also

Reference

WorkItem Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace