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
- 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.