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

Sets a LastUpdateTime for the inventory. this is optional.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[

MessagePropertyAttribute(

MessagePropertyImportance.Recommended)]
public 
DateTime 
LastUpdateTime { 
get; 
set; }
<

MessagePropertyAttribute(

MessagePropertyImportance.Recommended)> _
Public 
Property 
LastUpdateTime 
As 
DateTime
	
Get
	
Set
[

MessagePropertyAttribute(

MessagePropertyImportance::Recommended)]
public:
property 
DateTime 
LastUpdateTime {
	
DateTime 
get ();
	
void 
set (
DateTime 
value);
}

See Also