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