ProjectRootElement.TimeLastChanged Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.