InventoryActionSoftwareInventory Constructor (DateTime)

 

Initializes a new instance of the InventoryActionSoftwareInventory class.

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

Syntax

public InventoryActionSoftwareInventory(
    DateTime lastUpdateTime
)
public:
InventoryActionSoftwareInventory(
    DateTime lastUpdateTime
)
Public Sub New (
    lastUpdateTime As Date
)

Parameters

  • lastUpdateTime
    Type: System.DateTime

    Last updated time for the software inventory.

See Also

InventoryActionSoftwareInventory Overload
InventoryActionSoftwareInventory Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top