InventoryGenericCollectionSuccess.CollectionTime Property

 

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