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.
Applies To: Windows Server Update Services
Gets or sets whether client inventory data will be collected.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
bool CollectClientInventory { get; set; }
property bool CollectClientInventory {
bool get();
void set(bool value);
}
abstract CollectClientInventory : bool with get, set
Property CollectClientInventory As Boolean
Property Value
Type: System.Boolean
true if client inventory data will be collected, otherwise false.
See Also
IUpdateServerConfiguration Interface
Microsoft.UpdateServices.Administration Namespace
Return to top