Share via


ConfigMgrSoftwareInventoryMessage.LastUpdateTime Property

 

Gets or sets the last updated time for the software inventory. This property is optional.

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

Syntax

[MessagePropertyAttribute(MessagePropertyImportance.Recommended)]
public DateTime LastUpdateTime { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Recommended)]
property DateTime LastUpdateTime {
    DateTime get();
    void set(DateTime value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Recommended)>
Public Property LastUpdateTime As Date

Property Value

Type: System.DateTime

See Also

ConfigMgrSoftwareInventoryMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top