Share via


IBuildServiceHost.ConnectedOn Property

Gets the date and time of connection to the message queue if this service host is online, else returns DateTime.MinValue.

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

Syntax

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

Property Value

Type: System.DateTime

.NET Framework Security

See Also

Reference

IBuildServiceHost Interface

Microsoft.TeamFoundation.Build.Client Namespace