Share via


BuildMachineStatusReport.EndTime Property

End of the reporting period

Namespace:  Microsoft.TeamFoundation.Build.Hosted.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

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

Property Value

Type: System.DateTime

.NET Framework Security

See Also

Reference

BuildMachineStatusReport Class

Microsoft.TeamFoundation.Build.Hosted.Server Namespace