Project.TimeOfLastDirty Property

Definition

Gets a DateTime object indicating the time the project was last changed in a way that required it to be saved to a file.

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

A DateTime object indicating the time the project was last changed in a way that required it to be saved to a file.

Attributes

Applies to