Share via


ServerUtils.GetCurrentUserName method

Returns the user name of the current user who is accessing the site.

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

Syntax

'Declaration
Public Shared Function GetCurrentUserName As String
'Usage
Dim returnValue As String

returnValue = ServerUtils.GetCurrentUserName()
public static string GetCurrentUserName()

Return value

Type: System.String
The user name of the current user who is accessing the site.

See also

Reference

ServerUtils class

ServerUtils members

Microsoft.PerformancePoint.Scorecards.ServerCommon namespace