ProfileUI.ShowPublicIcon Property
NOTE: This API is now obsolete.
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("The public icon is no longer displayed. Use the privacy controls instead.")> _
Public Property ShowPublicIcon As Boolean
Get
Set
'Usage
Dim instance As ProfileUI
Dim value As Boolean
value = instance.ShowPublicIcon
instance.ShowPublicIcon = value
[ObsoleteAttribute("The public icon is no longer displayed. Use the privacy controls instead.")]
public bool ShowPublicIcon { get; set; }
Property Value
Type: System.Boolean