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