NameValuePair Constructor (String, Guid)
Initializes a new instance of the NameValuePair class.
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 Guid _
)
public NameValuePair(
string name,
Guid value
)
public:
NameValuePair(
String^ name,
Guid value
)
new :
name:string *
value:Guid -> NameValuePair
public function NameValuePair(
name : String,
value : Guid
)
Parameters
- name
Type: String
- value
Type: Guid
.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.