PrivacyPolicyItem.AllowPolicyOverride Property
Returns a Boolean value that specifies whether a privacy policy item is allowed to be overridden.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Property AllowPolicyOverride As Boolean
Get
'Usage
Dim instance As PrivacyPolicyItem
Dim value As Boolean
value = instance.AllowPolicyOverride
public bool AllowPolicyOverride { get; }
Property Value
Type: System.Boolean
If a privacy policy item is allowed to be overridden, true; otherwise false.
Implements
IPrivacyPolicyItem.AllowPolicyOverride
Remarks
For more information about privacy policies, see Privacy Policies. For a code example about how to set the privacy policy of a property, see How to: Set Privacy Policies for User Profile Properties.