PropertyData.IsValueChanged Property

Returns a Boolean value that specifies whether the property value for the user has been changed.

Web Service: User ProfileWeb Reference: http://<Site>/_vti_bin/UserProfileService.asmx

Syntax

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

value = instance.IsValueChanged

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

Property Value

If the property value for the user has been changed, true; otherwise, false.

Remarks

For a code example about how to use the PropertyData class, see How to: Modify User Profile Data.

See Also

Reference

PropertyData Class
PropertyData Members
User Profile Web Service