Gets or sets the value to write.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
<Required> Public Property Value As String |
C# |
---|
[Required] public string Value { get; set; } |
C++ |
---|
[Required] public property string Value sealed { String get(); void set(String value); } |
J# |
---|
/** @attribute Required() */ /** property */ public string get_Value(); /** property */ public void set_Value(string value); |
JScript |
---|
public function get Value() : String public function set Value(value : String); |
Property Value
The value.
See Also
Documentation version 1.0.0.0.