ADSyncGroupSettings.UpdateFrequencyUnit Property
Specifies the update frequency unit of time 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 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: Microsoft.Office.Project.Server.Library.ADSyncFrequencyUnit