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
Microsoft.PerformancePoint.Scorecards.ServerCommon Namespace