Share via


PropertyData.IsValueChanged property

Gets or sets a value that indicates whether the property value for the user has been changed.

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

Syntax

'Declaration
Public Property IsValueChanged As Boolean
    Get
    Set
'Usage
Dim instance As PropertyData
Dim value As Boolean

value = instance.IsValueChanged

instance.IsValueChanged = value
public bool IsValueChanged { get; set; }

Property value

Type: System.Boolean
true if the property value for the user has been changed; otherwise, false.

See also

Reference

PropertyData class

PropertyData members

WebSvcUserProfileService namespace