Property.IsVisibleOnViewer Property

Gets or sets a value indicating whether this user profile property is displayed in the Details section of the user profile in the public view of each user's personal site.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Property IsVisibleOnViewer As Boolean
    Get
    Set
'Usage
Dim instance As [Property]
Dim value As Boolean

value = instance.IsVisibleOnViewer

instance.IsVisibleOnViewer = value
public bool IsVisibleOnViewer { get; set; }

Property Value

Type: System.Boolean
true if this user profile property is displayed in the Details section of the user profile in the public view of each user's personal site; otherwise, false.

Remarks

To have this user profile property displayed in the Details section of the user profile, the IsPrivateproperty must be set to false.

See Also

Reference

Property Class

Property Members

Microsoft.Office.Server.UserProfiles Namespace