Share via


UserProfileChangeData.ObjectType property

Gets or sets the type of object changed in the user profile data.

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

Syntax

'Declaration
Public Property ObjectType As ObjectTypes
    Get
    Set
'Usage
Dim instance As UserProfileChangeData
Dim value As ObjectTypes

value = instance.ObjectType

instance.ObjectType = value
public ObjectTypes ObjectType { get; set; }

Property value

Type: WebSvcUserProfileChangeService.ObjectTypes
A value that identifies the type of object changed in the user profile data.

See also

Reference

UserProfileChangeData class

UserProfileChangeData members

WebSvcUserProfileChangeService namespace