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

See Also

Reference

ProfileBase Class

ProfileBase Members

Microsoft.Office.Server.UserProfiles Namespace