次の方法で共有


ADSyncGroupSettings.UpdateFrequency Property

Specifies the update frequency for Active Directory synchronization with groups.

Namespace:  [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl

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

Remarks

Specify both the UpdateFrequency integer value and the UpdateFrequencyUnit, for example 1 month or 3 days.

See Also

Reference

ADSyncGroupSettings Class

ADSyncGroupSettings Members

Admin Web Service