InventoryAction Class

 

Represents inventory action information as part of the report header.

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


[SerializableAttribute]
public ref class InventoryAction 

NameDescription
System_CAPS_pubmethodInventoryAction()

Initializes a new instance of the InventoryAction class.

System_CAPS_pubmethodInventoryAction(String^, String^, String^)

Initializes a new instance of the InventoryAction class.

System_CAPS_pubmethodInventoryAction(String^, String^, String^, Nullable<DateTime>)

Initializes a new instance of the InventoryAction class.

NameDescription
System_CAPS_pubpropertyActionId

Gets or sets the GUID for the task.

System_CAPS_pubpropertyActionType

Gets or sets the action type.

System_CAPS_pubpropertyDescription

Gets or sets the description of the inventory action.

System_CAPS_pubpropertyLastUpdateTime

Gets or sets the last updated time for the inventory.

Important: For hardware inventory, this time must be before the date of the hardware inventory policy on the management point. Otherwise, the resultant hardware inventory will be put into the retry bucket on the management point until the hardware inventory policy is at or later than the date in the ActionTime.

System_CAPS_pubpropertyLastUpdateTimeString

Gets or sets the last updated time for the inventory. This property is only for serialization. Use LastUpdateTime instead.

The returned time will always be in UTC format.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: