WorkItemLinkChange.ChangedDate Property

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

Syntax

'Declaration
Public Property ChangedDate As DateTime
public DateTime ChangedDate { get; set; }
public:
property DateTime ChangedDate {
    DateTime get ();
    void set (DateTime value);
}
member ChangedDate : DateTime with get, set
function get ChangedDate () : DateTime
function set ChangedDate (value : DateTime)

Property Value

Type: System.DateTime

.NET Framework Security

See Also

Reference

WorkItemLinkChange Class

Microsoft.TeamFoundation.WorkItemTracking.Proxy Namespace