[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Last update time for the inventory IMPORTANT NOTE: For HINV, this time must be before the date of the HINV policy on the MP. Otherwise, the resultant HINV will be put into the retry bucket on the MP until the HINV 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

                 
  C#     Visual Basic     Visual C++  
public 
Nullable<
DateTime> 
LastUpdateTime { 
get; 
set; }
Public 
Property 
LastUpdateTime 
As 
Nullable(
Of 
DateTime)
	
Get
	
Set
public:
property 
Nullable<
DateTime> 
LastUpdateTime {
	
Nullable<
DateTime> 
get ();
	
void 
set (
Nullable<
DateTime> 
value);
}

See Also