ISubscription.NumberOfSynchronizationsPerDay Property

 

Applies To: Windows Server Update Services

Gets or sets the number of server-to-server synchronizations a day.

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

Syntax

int NumberOfSynchronizationsPerDay { get; set; }
property int NumberOfSynchronizationsPerDay {
    int get();
    void set(int value);
}
abstract NumberOfSynchronizationsPerDay : int with get, set
Property NumberOfSynchronizationsPerDay As Integer

Property Value

Type: System.Int32

The number of server-to-server synchronizations a day (between 1 and 24).

Exceptions

Exception

Condition

ArgumentOutOfRangeException

The value cannot be greater than 24 or smaller than 1.

Remarks

This allows for a more granular server- to-server synchronization setting.

See Also

ISubscription Interface
Microsoft.UpdateServices.Administration Namespace

Return to top