Share via


ADSyncGroupSettings.UpdateFrequency property

Specifies the update frequency for Active Directory synchronization with groups.

Namespace:  WebSvcAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property UpdateFrequency As Integer
    Get
    Set
'Usage
Dim instance As ADSyncGroupSettings
Dim value As Integer

value = instance.UpdateFrequency

instance.UpdateFrequency = value
public int UpdateFrequency { get; set; }

Property value

Type: System.Int32

Remarks

Specify both the UpdateFrequency integer value and the UpdateFrequencyUnit, for example 1 month or 3 days.

See also

Reference

ADSyncGroupSettings class

ADSyncGroupSettings members

WebSvcAdmin namespace