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