Share via


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.UserProfiles (in Microsoft.Office.Server.UserProfiles.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 DefaultPrivacy value must be set to a value that permits the current user to see it.

See Also

Reference

Property Class

Property Members

Microsoft.Office.Server.UserProfiles Namespace