Partager via


ConfigMgrSoftwareInventoryMessage.AddFileSystemFileInstanceToInventory Method (InventoryInstanceElementFileSystemFile)

 

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

See Also

ConfigMgrSoftwareInventoryMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top