Compartir a través de


InventoryActionHardwareInventory Constructor (DateTime)

 

Initializes a new instance of the InventoryActionHardwareInventory class.

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

Syntax

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

Parameters

  • lastUpdateTime
    Type: System.DateTime

    Last updated time for the hardware inventory.

See Also

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

Return to top