IUpdate.IsWsusInfrastructureUpdate Property
Applies To: Windows Server Update Services
Gets whether this update is a WSUS infrastructure update.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
bool IsWsusInfrastructureUpdate { get; }
property bool IsWsusInfrastructureUpdate {
bool get();
}
abstract IsWsusInfrastructureUpdate : bool with get
ReadOnly Property IsWsusInfrastructureUpdate As Boolean
Property Value
Type: System.Boolean
true if this update is a WSUS infrastructure update, otherwise false.
See Also
IUpdate Interface
Microsoft.UpdateServices.Administration Namespace
Return to top