OrganizationProfile.GetViewerRights method

NOTE: This API is now obsolete.

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

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

Syntax

'Declaration
<ObsoleteAttribute("This class is no longer supported.")> _
Protected Friend Overrides Function GetViewerRights As Integer
'Usage
Dim returnValue As Integer

returnValue = Me.GetViewerRights()
[ObsoleteAttribute("This class is no longer supported.")]
protected internal override int GetViewerRights()

Return value

Type: System.Int32

See also

Reference

OrganizationProfile class

OrganizationProfile members

Microsoft.Office.Server.UserProfiles namespace