Share via


IBuildServiceHost.StatusChangedOn Property

Gets the date and time of the last online/offline status change of the service host.

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

Syntax

'Declaration
ReadOnly Property StatusChangedOn As DateTime
DateTime StatusChangedOn { get; }
property DateTime StatusChangedOn {
    DateTime get ();
}
abstract StatusChangedOn : DateTime with get
function get StatusChangedOn () : DateTime

Property Value

Type: System.DateTime

.NET Framework Security

See Also

Reference

IBuildServiceHost Interface

Microsoft.TeamFoundation.Build.Client Namespace