ISubscription.SynchronizeAutomatically Property
Applies To: Windows Server Update Services
Determines whether the WSUS server synchronizes the updates automatically.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
bool SynchronizeAutomatically { get; set; }
property bool SynchronizeAutomatically {
bool get();
void set(bool value);
}
abstract SynchronizeAutomatically : bool with get, set
Property SynchronizeAutomatically As Boolean
Property Value
Type: System.Boolean
true if the WSUS server automatically synchronizes the updates at the specified time. False if synchronization is invoked manually.
Remarks
If true, call SynchronizeAutomaticallyTimeOfDay to specify the time of day to synchronize the updates.
If false, call StartSynchronization to manually start synchronization.
WSUS synchronizes only the new updates (or the latest new revision of an update) that were published since the last time you synchronized the updates.
The WSUS server can be invoked to synchronize manually, whether SynchronizeAutomatically is set to true or false.
See Also
ISubscription Interface
Microsoft.UpdateServices.Administration Namespace
Return to top