ProjectRootElement.TimeLastChanged Property

Definition

The time that this object was last changed. If it hasn't been changed since being loaded or created, its value is MinValue.

public:
 property DateTime TimeLastChanged { DateTime get(); };
public DateTime TimeLastChanged { get; }
member this.TimeLastChanged : DateTime
Public ReadOnly Property TimeLastChanged As DateTime

Property Value

The time that this project was last modified.

Remarks

This is used by the VB/C# project system.

Applies to