Namespace:  Microsoft.TeamFoundation.Build.Tasks
Assembly:  Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)
Syntax
'Declaration
Protected Shared Function AddNameValuePair ( _
    name As String, _
    value As String _
) As String
protected static string AddNameValuePair(
    string name,
    string value
)
protected:
static String^ AddNameValuePair(
    String^ name, 
    String^ value
)
static member AddNameValuePair : 
        name:string * 
        value:string -> string
protected static function AddNameValuePair(
    name : String, 
    value : String
) : String
Parameters
- name
 Type: System.String
- value
 Type: System.String
Return Value
Type: System.String
Returns String.
.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.