Compartilhar via


NameValuePair.Value Propriedade

 

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

public string Value { get; set; }
public:
property String^ Value {
    String^ get();
    void set(String^ value);
}
member Value : string with get, set
Public Property Value As String

Valor de propriedade

Type: System.String

Consulte também

Classe NameValuePair
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo