Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the Coordinated Universal Time (UTC) time when the user profile change occurred.
Namespace: [UserProfileChangeService Web service]
Web service reference: http://Site/_vti_bin/UserProfileChangeService.asmx
Syntax
'Declaration
Public Property EventTime As DateTime
Get
Set
'Usage
Dim instance As UserProfileChangeData
Dim value As DateTime
value = instance.EventTime
instance.EventTime = value
public DateTime EventTime { get; set; }
Property Value
Type: System.DateTime
The UTC of the user profile change.