Share via


InventoryAction.LastUpdateTime Property

 

Gets or sets the last updated time for the inventory.

Important: For hardware inventory, this time must be before the date of the hardware inventory policy on the management point. Otherwise, the resultant hardware inventory will be put into the retry bucket on the management point until the hardware inventory policy is at or later than the date in the ActionTime.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public Nullable<DateTime> LastUpdateTime { get; set; }
public:
property Nullable<DateTime> LastUpdateTime {
    Nullable<DateTime> get();
    void set(Nullable<DateTime> value);
}
Public Property LastUpdateTime As Nullable(Of Date)

Property Value

Type: System.Nullable<DateTime>

See Also

InventoryAction Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top