[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Software inventory action.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
InventoryActionSoftwareInventory : 

InventoryAction
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
InventoryActionSoftwareInventory _
	
Inherits 

InventoryAction
[
SerializableAttribute]
public 
ref class 
InventoryActionSoftwareInventory 
sealed : 
public 

InventoryAction

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
InventoryActionSoftwareInventory () () () ()
Initializes a new instance of the InventoryActionSoftwareInventoryclass.
InventoryActionSoftwareInventory(DateTime)
Initializes a new instance of the InventoryActionSoftwareInventoryclass.
ActionId
Guid of the task
ActionType
Action Type
Description
Description of the inventory action
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
LastUpdateTime
Last update time for the inventory IMPORTANT NOTE: For HINV, this time must be before the date of the HINV policy on the MP. Otherwise, the resultant HINV will be put into the retry bucket on the MP until the HINV policy is at or later than the date in the ActionTime.
LastUpdateTimeString
Last update time for the inventory. This is only for serialization, you should use LastUpdateTime instead

Returned time will always be in UTC format

MemberwiseClone () () () () (Inherited from Object.)
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

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

See Also