Share via


ManagementPackItem.TimeAdded Property

Definition

Gets the time (UTC time) when the item was created.

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

Property Value

The time when the item was created.

Attributes

Applies to