Share via


ServerUtils.IsAnonymousUser method

Determines whether the current user is using the site as the anonymous user.

Namespace:  Microsoft.PerformancePoint.Scorecards.ServerCommon
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntax

'Declaration
Public Shared Function IsAnonymousUser As Boolean
'Usage
Dim returnValue As Boolean

returnValue = ServerUtils.IsAnonymousUser()
public static bool IsAnonymousUser()

Return value

Type: System.Boolean
true if the current user is using the site as the anonymous user; otherwise false.

See also

Reference

ServerUtils class

ServerUtils members

Microsoft.PerformancePoint.Scorecards.ServerCommon namespace