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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.