Gets or sets the name of the name/value pair.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property ValueName As String |
C# |
---|
public string ValueName { get; set; } |
C++ |
---|
public property string ValueName sealed { String get(); void set(String value); } |
J# |
---|
/** property */ public string get_ValueName(); /** property */ public void set_ValueName(string value); |
JScript |
---|
public function get ValueName() : String public function set ValueName(value : String); |
Property Value
The name of the value.
See Also
Documentation version 1.0.0.0.