Task.AddNameValuePair Method (String)
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 _
) As String
protected static string AddNameValuePair(
string name
)
protected:
static String^ AddNameValuePair(
String^ name
)
static member AddNameValuePair :
name:string -> string
protected static function AddNameValuePair(
name : String
) : String
Parameters
- name
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.