Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The time at which the tracked activity completed execution.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Tracking
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Property FinishTime As DateTime
public DateTime FinishTime { get; set; }
public:
property DateTime FinishTime {
DateTime get ();
void set (DateTime value);
}
member FinishTime : DateTime with get, set
function get FinishTime () : DateTime
function set FinishTime (value : DateTime)
Property Value
Type: System.DateTime
Returns 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.