Share via


UserProfileChangeData.Value property

Gets or sets the value of the user profile change.

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

Syntax

'Declaration
Public Property Value As Object
    Get
    Set
'Usage
Dim instance As UserProfileChangeData
Dim value As Object

value = instance.Value

instance.Value = value
public Object Value { get; set; }

Property value

Type: System.Object
The value of the user profile change.

See also

Reference

UserProfileChangeData class

UserProfileChangeData members

WebSvcUserProfileChangeService namespace