PropertyInfo.UserOverridePrivacy Property
Gets or sets a Boolean value that specifies whether a user is allowed to override the property privacy policy.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property UserOverridePrivacy As Boolean
Get
Set
'Usage
Dim instance As PropertyInfo
Dim value As Boolean
value = instance.UserOverridePrivacy
instance.UserOverridePrivacy = value
public bool UserOverridePrivacy { get; set; }
Property Value
Type: System.Boolean
If a user is allowed to override the property privacy policy, true; otherwise, false.