IUpdateCategory.ProhibitsUpdates Property
Applies To: Windows Server Update Services
Gets whether the category allows child updates.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
bool ProhibitsUpdates { get; }
property bool ProhibitsUpdates {
bool get();
}
abstract ProhibitsUpdates : bool with get
ReadOnly Property ProhibitsUpdates As Boolean
Property Value
Type: System.Boolean
true if the category does not allow child updates, otherwise false.
Remarks
If the value of Type is ProductFamily or Company, ProhibitsUpdates is true.
See Also
IUpdateCategory Interface
Microsoft.UpdateServices.Administration Namespace
Return to top