IBuildServiceHost.AcquiredOn Property

Gets the date and time of registration with TFS 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 AcquiredOn As DateTime
DateTime AcquiredOn { get; }
property DateTime AcquiredOn {
    DateTime get ();
}
abstract AcquiredOn : DateTime with get
function get AcquiredOn () : DateTime

Property Value

Type: System.DateTime

.NET Framework Security

See Also

Reference

IBuildServiceHost Interface

Microsoft.TeamFoundation.Build.Client Namespace