Helper method to format a parameter name.
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Function GetParameterName ( _
    name As String, _
    index As Integer _
) As String
protected string GetParameterName(
    string name,
    int index
)
protected:
String^ GetParameterName(
    String^ name, 
    int index
)
member GetParameterName : 
        name:string * 
        index:int -> string
protected function GetParameterName(
    name : String, 
    index : int
) : String
Parameters
- name 
 Type: System.String- The name of the parameter. This includes '{0}'. 
- index 
 Type: System.Int32- The index of this instance of the parameter. 
Return Value
Type: System.String
The formatted name.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.