NameValuePair.Name Propriedade
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
public string Name { get; set; }
public:
property String^ Name {
String^ get();
void set(String^ value);
}
member Name : string with get, set
Public Property Name As String
Valor de propriedade
Type: System.String
Consulte também
Classe NameValuePair
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo