ErrorUtils.CreateParameterLogString Method
Creates a string from a user's filter selections.
Namespace: Microsoft.PerformancePoint.Scorecards.Server
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)
Syntax
'Declaration
Public Shared Function CreateParameterLogString ( _
parameters As ParameterMessage() _
) As String
'Usage
Dim parameters As ParameterMessage()
Dim returnValue As String
returnValue = ErrorUtils.CreateParameterLogString(parameters)
public static string CreateParameterLogString(
ParameterMessage[] parameters
)
Parameters
parameters
Type: []The user's selections.
Return Value
Type: System.String
A string that represents the filter selections made by the user.