Share via


ServerUtils.GetCurrentUserDisplayName method

Returns the display 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 GetCurrentUserDisplayName As String
'Usage
Dim returnValue As String

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

Return value

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

See also

Reference

ServerUtils class

ServerUtils members

Microsoft.PerformancePoint.Scorecards.ServerCommon namespace