다음을 통해 공유


PropertyData.IsValueChanged Property

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

Namespace:  [UserProfileService Web service]
Web service reference: http://Site/_vti_bin/UserProfileService.asmx

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

UserProfileService Web Service