ServerUtils.GetCurrentUserName Method
Returns a name that uniquely identifies 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
See Also
Reference
Microsoft.PerformancePoint.Scorecards.ServerCommon Namespace