ProfilePropertyValue.ShowPrivate Property
NOTE: This API is now obsolete.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("This property has been deprecated and now obeys user privacy settings.")> _
Public Property ShowPrivate As Boolean
Get
Set
'Usage
Dim instance As ProfilePropertyValue
Dim value As Boolean
value = instance.ShowPrivate
instance.ShowPrivate = value
[ObsoleteAttribute("This property has been deprecated and now obeys user privacy settings.")]
public bool ShowPrivate { get; set; }
Property Value
Type: System.Boolean