Result.Value Property
Gets or sets the value of the result that is collected based on the location specified by the other properties.
Namespace: Microsoft.Office.Excel.Server.Addins.ComputeCluster
Assembly: Microsoft.Office.Excel.Server.Addins.ComputeCluster (in Microsoft.Office.Excel.Server.Addins.ComputeCluster.dll)
Syntax
'Declaration
Public Property Value As Object
Get
Set
'Usage
Dim instance As Result
Dim value As Object
value = instance.Value
instance.Value = value
public Object Value { get; set; }
Property Value
Type: System.Object
The value of the result.
See Also
Reference
Microsoft.Office.Excel.Server.Addins.ComputeCluster Namespace