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

Action that represents a file collection

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

Syntax

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

InventoryAction
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
InventoryActionFileCollection _
	
Inherits 

InventoryAction
[
SerializableAttribute]
public 
ref class 
InventoryActionFileCollection 
sealed : 
public 

InventoryAction

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
InventoryActionFileCollection () () () ()
Initializes a new instance of the InventoryActionFileCollectionclass.
ActionId
File collections use a custom Action ID, this makes sure that the serializer gets.
(Overrides InventoryAction . . :: . . ActionId.)
ActionType
Action Type
Description
Description of the inventory action
Equals(Object) (Inherited from Object.)
FileCollectionActionId
File collections use a custom Action ID element name
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 . . :: . . InventoryActionFileCollection

See Also