NameValue.Name 属性

获取或设置值的名称。

命名空间:  Microsoft.VisualStudio.TestTools.Common
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

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

属性值

类型:System.String
一个包含值名称的 string。

.NET Framework 安全性

请参见

参考

NameValue 类

Microsoft.VisualStudio.TestTools.Common 命名空间

Value