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
- 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.