Share via


InventoryAction Constructor (String, String, String, Nullable<DateTime>)

 

Initializes a new instance of the InventoryAction class.

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

Syntax

public InventoryAction(
    string actionType,
    string actionId,
    string description,
    Nullable<DateTime> lastUpdateTime
)
public:
InventoryAction(
    String^ actionType,
    String^ actionId,
    String^ description,
    Nullable<DateTime> lastUpdateTime
)
Public Sub New (
    actionType As String,
    actionId As String,
    description As String,
    lastUpdateTime As Nullable(Of Date)
)

Parameters

  • description
    Type: System.String

    Description of the inventory action.

See Also

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

Return to top