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