Share via


ManagementPackItem.LastModified Property

Definition

Gets the time (UTC time) when the item was last modified.

public:
 property DateTime LastModified { DateTime get(); void set(DateTime value); };
[Microsoft.EnterpriseManagement.Configuration.CriteriaPropertyMapping("LastModified")]
[Microsoft.EnterpriseManagement.Configuration.FieldMapping("GenericProperty:LastModified")]
public DateTime LastModified { get; set; }
member this.LastModified : DateTime with get, set
Public Property LastModified As DateTime

Property Value

The last time the item was modified.

Attributes

Applies to