Share via


ActivityInfo.StartTime Property

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Tracking
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Public Property StartTime As DateTime
public DateTime StartTime { get; private set; }
public:
property DateTime StartTime {
    DateTime get ();
    private: void set (DateTime value);
}
member StartTime : DateTime with get, private set
function get StartTime () : DateTime 
private function set StartTime (value : DateTime)

Property Value

Type: System.DateTime

.NET Framework Security

See Also

Reference

ActivityInfo Class

Microsoft.TeamFoundation.Build.Workflow.Tracking Namespace