UserProfileChangeData.ChangeType property

Gets or sets the type of change made to the user profile data.

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

Syntax

'Declaration
Public Property ChangeType As ChangeTypes
    Get
    Set
'Usage
Dim instance As UserProfileChangeData
Dim value As ChangeTypes

value = instance.ChangeType

instance.ChangeType = value
public ChangeTypes ChangeType { get; set; }

Property value

Type: WebSvcUserProfileChangeService.ChangeTypes
A value that identifies the type of change made to the user profile data.

See also

Reference

UserProfileChangeData class

UserProfileChangeData members

WebSvcUserProfileChangeService namespace