Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds an existing InventoryInstanceElementFileSystemFile to the software inventory.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public void AddFileSystemFileInstanceToInventory(
InventoryInstanceElementFileSystemFile fileInstance
)
public:
void AddFileSystemFileInstanceToInventory(
InventoryInstanceElementFileSystemFile^ fileInstance
)
Public Sub AddFileSystemFileInstanceToInventory (
fileInstance As InventoryInstanceElementFileSystemFile
)
Parameters
fileInstance
Type: Microsoft.ConfigurationManagement.Messaging.Messages.InventoryInstanceElementFileSystemFileExisting InventoryInstanceElementFileSystemFile instance.
See Also
ConfigMgrSoftwareInventoryMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top