Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the amount of time it took to collect the inventory.
Namespace: Microsoft.ConfigurationManagement.Messaging.StatusMessages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public TimeSpan CollectionTime { get; set; }
public:
property TimeSpan CollectionTime {
TimeSpan get();
void set(TimeSpan value);
}
Public Property CollectionTime As TimeSpan
Property Value
Type: System.TimeSpan
See Also
InventoryGenericCollectionSuccess Class
Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace
Return to top