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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.