Gets the value read from file.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <Output> Public ReadOnly Property Value As String |
| C# |
|---|
| [Output] public string Value { get; } |
| C++ |
|---|
| [Output] public property string Value sealed { String get(); } |
| J# |
|---|
| /** @attribute Output() */ /** property */ public string get_Value(); |
| JScript |
|---|
| public function get Value() : String |
Property Value
The value.
Remarks
If the XPath returns multiple nodes, the values will be semicolon delimited.
See Also
Documentation version 1.0.0.0.