Share via


PropertyInfo.IsVisibleOnViewer Property

Gets or sets a value that specifies whether the property is visible on the default profile site.

Namespace:  [UserProfileService Web service]
Web service reference: http://Site/_vti_bin/UserProfileService.asmx

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
true if the property is visible on the default profile site; otherwise, false.

Remarks

The default value is false.

See Also

Reference

PropertyInfo Class

PropertyInfo Members

UserProfileService Web Service