UpdateScope.IsWsusInfrastructureUpdate Property
Applies To: Windows Server Update Services
Gets or sets whether or not to filter for WSUS infrastructure updates. If set to true, only WSUS infrastructure updates will be included. If set to false, all updates are included. Defaults to false.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public bool IsWsusInfrastructureUpdate { get; set; }
public:
property bool IsWsusInfrastructureUpdate {
bool get();
void set(bool value);
}
member IsWsusInfrastructureUpdate : bool with get, set
Public Property IsWsusInfrastructureUpdate As Boolean
Property Value
Type: System.Boolean
Whether to filter for WSUS infrastructure updates. If set to true, only WSUS infrastructure updates will be included. If set to false, all updates are included. Defaults to false.
See Also
UpdateScope Class
Microsoft.UpdateServices.Administration Namespace
Return to top