ProfileSubtypeProperty.UserOverridePrivacy Property
Gets or sets a value indicating whether a user is allowed to override the privacy for this property.
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 ProfileSubtypeProperty
Dim value As Boolean
value = instance.UserOverridePrivacy
instance.UserOverridePrivacy = value
public bool UserOverridePrivacy { get; set; }
Property Value
Type: System.Boolean
Implements
IPrivacyPolicyItem.UserOverridePrivacy
Remarks
User profile manager permission is required to set this value. This value cannot be set if this is a section property.