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