IProcessable.LastProcessed 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.
Gets the date and time on which the IProcessable was last processed.
public DateTime LastProcessed { get; }
member this.LastProcessed : DateTime
Public ReadOnly Property LastProcessed As DateTime
Property Value
A DateTime that contains the date on which the IProcessable was last processed.