共用方式為


ADSyncGroupSettings.LastUpdateTime Property

Time of the previous update for Active Directory synchronization with groups.

Namespace:  WebSvcAdmin
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Property LastUpdateTime As DateTime
    Get
    Set
'Usage
Dim instance As ADSyncGroupSettings
Dim value As DateTime

value = instance.LastUpdateTime

instance.LastUpdateTime = value
public DateTime LastUpdateTime { get; set; }

Property Value

Type: System.DateTime

See Also

Reference

ADSyncGroupSettings Class

ADSyncGroupSettings Members

WebSvcAdmin Namespace