ProfileBase.GetViewerRights method
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
Protected Friend MustOverride Function GetViewerRights As Integer
'Usage
Dim returnValue As Integer
returnValue = Me.GetViewerRights()
protected internal abstract int GetViewerRights()
Return value
Type: System.Int32