PropertyInfo.IsVisibleOnEditor Property
Gets and sets a Boolean value that specifies whether the property is visible on the My Profile editing page.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property IsVisibleOnEditor As Boolean
Get
Set
'Usage
Dim instance As PropertyInfo
Dim value As Boolean
value = instance.IsVisibleOnEditor
instance.IsVisibleOnEditor = value
public bool IsVisibleOnEditor { get; set; }
Property Value
Type: System.Boolean
If the property is visible on the My Profile editing page, true; otherwise, false.