UserProfileChangeData.EventTime property

Gets or sets the Coordinated Universal Time (UTC) time when the user profile change occurred.

Namespace:  WebSvcUserProfileChangeService
Assembly:  UserProfileServices (in UserProfileServices.dll)

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.

See also

Reference

UserProfileChangeData class

UserProfileChangeData members

WebSvcUserProfileChangeService namespace