UserProfileChangeData.EventTime Property

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.

See Also

Reference

UserProfileChangeData Class

UserProfileChangeData Members

UserProfileChangeService Web Service