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