ADSyncERPSettings.UpdateFrequency Property
Specifies the update frequency for Active Directory synchronization with the Enterprise Resource Pool.
Namespace: WebSvcAdmin
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property UpdateFrequency As Integer
Get
Set
'Usage
Dim instance As ADSyncERPSettings
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.