ProfileBase.ViewerRights Property

Returns a bitmask of the viewer's rights to see this profile's data.

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

Syntax

'Declaration
Public ReadOnly Property ViewerRights As Integer
    Get
'Usage
Dim instance As ProfileBase
Dim value As Integer

value = instance.ViewerRights
public int ViewerRights { get; }

Property Value

Type: System.Int32

See Also

Reference

ProfileBase Class

ProfileBase Members

Microsoft.Office.Server.UserProfiles Namespace