Property.UserOverridePrivacy property

Allow user to override privacy or not?

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Property UserOverridePrivacy As Boolean
    Get
    Set
'Usage
Dim instance As [Property]
Dim value As Boolean

value = instance.UserOverridePrivacy

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

Property value

Type: System.Boolean

Implements

IPrivacyPolicyItem.UserOverridePrivacy

See also

Reference

Property class

Property members

Microsoft.Office.Server.UserProfiles namespace