Share via


Project.TimeOfLastDirty Property

Definition

Returns the timestamp of when the project was last touched in a way that would require it to need to be saved.

public:
 property DateTime TimeOfLastDirty { DateTime get(); };
public DateTime TimeOfLastDirty { get; }
public DateTime TimeOfLastDirty { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.TimeOfLastDirty : DateTime
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.TimeOfLastDirty : DateTime
Public ReadOnly Property TimeOfLastDirty As DateTime

Property Value

The DateTime object indicating when project was dirtied.

Attributes

Applies to