InventoryActionSoftwareInventory Class

 

Represents a software inventory action.

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

System::Object
  Microsoft.ConfigurationManagement.Messaging.Messages::InventoryAction
    Microsoft.ConfigurationManagement.Messaging.Messages::InventoryActionSoftwareInventory

[SerializableAttribute]
public ref class InventoryActionSoftwareInventory sealed : InventoryAction

NameDescription
System_CAPS_pubmethodInventoryActionSoftwareInventory()

Initializes a new instance of the InventoryActionSoftwareInventory class.

System_CAPS_pubmethodInventoryActionSoftwareInventory(DateTime)

Initializes a new instance of the InventoryActionSoftwareInventory class.

NameDescription
System_CAPS_pubpropertyActionId

Gets or sets the GUID for the task. (Inherited from InventoryAction.)

System_CAPS_pubpropertyActionType

Gets or sets the action type. (Inherited from InventoryAction.)

System_CAPS_pubpropertyDescription

Gets or sets the description of the inventory action. (Inherited from InventoryAction.)

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. (Inherited from InventoryAction.)

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. (Inherited from InventoryAction.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(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: