Project.TimeOfLastDirty 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.
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