Share via


ADSyncGroupSettings.StartUpdateTime property

Gets or sets the date and time to start Active Directory synchronization.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
<PSObsoleteAttribute> _
Public Property StartUpdateTime As DateTime
    Get
    Set
'Usage
Dim instance As ADSyncGroupSettings
Dim value As DateTime

value = instance.StartUpdateTime

instance.StartUpdateTime = value
[PSObsoleteAttribute]
public DateTime StartUpdateTime { get; set; }

Property value

Type: System.DateTime
A DateTime object.

See also

Reference

ADSyncGroupSettings class

ADSyncGroupSettings members

Microsoft.Office.Project.Server.Library namespace