Property.IsPrivate Property
NOTE: This API is now obsolete.
Namespace: Microsoft.SharePoint.Portal.UserProfiles
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("IsPrivate is obsolete, please use Privacy options to control the visibility of this property.")> _
Public Property IsPrivate As Boolean
Get
Set
'Usage
Dim instance As [Property]
Dim value As Boolean
value = instance.IsPrivate
instance.IsPrivate = value
[ObsoleteAttribute("IsPrivate is obsolete, please use Privacy options to control the visibility of this property.")]
public bool IsPrivate { get; set; }
Property Value
Type: System.Boolean