PropertyData.IsPrivacyChanged Property
Gets or sets a value that indicates whether the privacy level of the property for the user has been changed.
Namespace: [UserProfileService Web service]
Web service reference: http://Site/_vti_bin/UserProfileService.asmx
Syntax
'Declaration
Public Property IsPrivacyChanged As Boolean
Get
Set
'Usage
Dim instance As PropertyData
Dim value As Boolean
value = instance.IsPrivacyChanged
instance.IsPrivacyChanged = value
public bool IsPrivacyChanged { get; set; }
Property Value
Type: System.Boolean
true if the privacy level of the property for the user has been changed; otherwise, false.