PropertyInfo.UserOverridePrivacy Property
Gets or sets a value that specifies whether a user is allowed to override the property privacy policy.
Namespace: [UserProfileService Web service]
Web service reference: http://Site/_vti_bin/UserProfileService.asmx
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
true if a user is allowed to override the property privacy policy; otherwise, false.
Remarks
The default value is false.