BuildMachineRequest.StartTime Property

Time the build started or null if not started

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

Syntax

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

Property Value

Type: System.DateTime

.NET Framework Security

See Also

Reference

BuildMachineRequest Class

Microsoft.TeamFoundation.Build.Hosted.Server Namespace