Share via


IBuildDetail.LastChangedOn Property

Gets the date and time of the last change to the build.

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

Syntax

'Declaration
ReadOnly Property LastChangedOn As DateTime
'Usage
Dim instance As IBuildDetail 
Dim value As DateTime 

value = instance.LastChangedOn
DateTime LastChangedOn { get; }
property DateTime LastChangedOn {
    DateTime get ();
}
function get LastChangedOn () : DateTime

Property Value

Type: System.DateTime

.NET Framework Security

See Also

Reference

IBuildDetail Interface

IBuildDetail Members

Microsoft.TeamFoundation.Build.Client Namespace