NameValuePair Constructor (String, Uri)
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
value As Uri _
)
public NameValuePair(
string name,
Uri value
)
public:
NameValuePair(
String^ name,
Uri^ value
)
new :
name:string *
value:Uri -> NameValuePair
public function NameValuePair(
name : String,
value : Uri
)
Parameters
- name
Type: String
- value
Type: Uri
.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.