Show / Hide Table of Contents

Property Result

Result

Gets the result of a successful evaluation.

Declaration
public object? Result { get; }
Property Value
Type Description
object

The result of a successful evaluation.

Remarks

May contain one of the following types:

  • null
  • bool
  • double
  • int
  • uint
  • long
  • ulong
  • string
  • DateTime
  • DateOnly
  • TimeOnly
  • DateTimeOffset
  • IReadOnlyList<T>
  • System.Collection.Generic.IDictionary<string,string>
  • System.Collection.Generic.IDictionary<string,object?>
  • GeoElement

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.14 - 200.8
.NET100.14 - 300.0
.NET Windows100.14 - 300.0
.NET Android200.0 - 300.0
.NET iOS200.0 - 300.0
.NET Framework100.14 - 200.8
Xamarin.Android100.14 - 100.15
Xamarin.iOS100.14 - 100.15
UWP100.14 - 200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.