ADSyncGroupSettings.UpdateFrequency Property
Specifies the update frequency for synchronization of Active Directory groups.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.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