Share via


PropertyData.IsPrivacyChanged property

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

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

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.

See also

Reference

PropertyData class

PropertyData members

WebSvcUserProfileService namespace