ADSyncGroupSettings.UpdateFrequencyUnit property
Specifies the update frequency unit of time for Active Directory synchronization with groups.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property UpdateFrequencyUnit As ADSyncFrequencyUnit
Get
Set
'Usage
Dim instance As ADSyncGroupSettings
Dim value As ADSyncFrequencyUnit
value = instance.UpdateFrequencyUnit
instance.UpdateFrequencyUnit = value
public ADSyncFrequencyUnit UpdateFrequencyUnit { get; set; }
Property value
Type: WebSvcAdmin.ADSyncFrequencyUnit
Remarks
Specify the UpdateFrequency with the UpdateFrequencyUnit integer value with the, for example 1 month or 3 days.