IDynamicCategory.IsUpdateSyncEnabled Property
Applies To: Windows Server Update Services
Gets and sets whether updates are syncing for this dynamic category.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
bool IsUpdateSyncEnabled { get; set; }
property bool IsUpdateSyncEnabled {
bool get();
void set(bool value);
}
abstract IsUpdateSyncEnabled : bool with get, set
Property IsUpdateSyncEnabled As Boolean
Property Value
Type: System.Boolean
true if updates are syncing; otherwise false.
See Also
IDynamicCategory Interface
Microsoft.UpdateServices.Administration Namespace
Return to top