BuildMessage.Timestamp Property
Gets or sets the time at which the error occurred.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Tracking
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Property Timestamp As DateTime
public DateTime Timestamp { get; set; }
public:
property DateTime Timestamp {
DateTime get ();
void set (DateTime value);
}
member Timestamp : DateTime with get, set
function get Timestamp () : DateTime
function set Timestamp (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.