QuickLink.Public Property
NOTE: This API is now obsolete.
Namespace: Microsoft.SharePoint.Portal.UserProfiles
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use the PrivacyLevel property instead.")> _
Public Property Public As Boolean
Get
Set
'Usage
Dim instance As QuickLink
Dim value As Boolean
value = instance.Public
instance.Public = value
[ObsoleteAttribute("Use the PrivacyLevel property instead.")]
public bool Public { get; set; }
Property Value
Type: System.Boolean