ITestVariable.Name 属性

 

获取此变量的唯一名称。

命名空间:   Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

string Name { get; set; }
property String^ Name {
    String^ get();
    void set(String^ value);
}
abstract Name : string with get, set
Property Name As String

属性值

Type: System.String

变量名称。

备注

设置此属性需要唯一的名称。

请参阅

ITestVariable 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首