UserProfileChange.EventTime Property
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Property EventTime As DateTime
Get
'Usage
Dim instance As UserProfileChange
Dim value As DateTime
value = instance.EventTime
public DateTime EventTime { get; }
Property Value
Type: System.DateTime