ISynchronizationInfo.StartedManually Property

 

Applies To: Windows Server Update Services

Gets a value that indicates if the synchronization process was started manually.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

bool StartedManually { get; }
property bool StartedManually {
    bool get();
}
abstract StartedManually : bool with get
ReadOnly Property StartedManually As Boolean

Property Value

Type: System.Boolean

true if StartSynchronization was called to start the synchronization process. false if the synchronization process was started automatically based on the synchronization schedule.

See Also

ISynchronizationInfo Interface
Microsoft.UpdateServices.Administration Namespace

Return to top