Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the localized message to be returned for an attempt to add a parameter part by using an invalid parameter name.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public static string GetParameterNamingErrorMessage()
public:
static String^ GetParameterNamingErrorMessage()
static member GetParameterNamingErrorMessage : unit -> string
Public Shared Function GetParameterNamingErrorMessage As String
Return Value
Type: System.String
The invalid parameter name message.
See Also
ParameterizedString Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top