TeamFoundationServiceHostActivity.StartTime Property

Gets the start time of this activity.

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

Syntax

'Declaration
Public ReadOnly Property StartTime As DateTime
public DateTime StartTime { get; }
public:
property DateTime StartTime {
    DateTime get ();
}
member StartTime : DateTime with get
function get StartTime () : DateTime

Property Value

Type: System.DateTime
The start time of this activity.

.NET Framework Security

See Also

Reference

TeamFoundationServiceHostActivity Class

Microsoft.TeamFoundation.Framework.Client Namespace