ADSyncGroupSettings.UpdateFrequency property
Gets or sets an integer that represents how many times that Active Directory groups are synchronized during the update period.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
<PSObsoleteAttribute> _
Public Property UpdateFrequency As Integer
Get
Set
'Usage
Dim instance As ADSyncGroupSettings
Dim value As Integer
value = instance.UpdateFrequency
instance.UpdateFrequency = value
[PSObsoleteAttribute]
public int UpdateFrequency { get; set; }
Property value
Type: System.Int32
An integer number.