Show / Hide Table of Contents

Property Result

Result

Gets the result of a successful evaluation.

Declaration
public object Result { get; }
Property Value
Type Description
System.Object

The result of a successful evaluation.

Remarks

May contain one of the following types:

  • null
  • bool
  • double
  • int
  • uint
  • long
  • ulong
  • System.String
  • System.DateTime
  • DateOnly
  • TimeOnly
  • System.DateTimeOffset
  • System.Collections.Generic.IReadOnlyList<T>
  • System.Collections.Generic.IDictionary<TKey, TValue>
  • System.Collections.Generic.IDictionary<TKey, TValue>
  • GeoElement

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.14 - 200.8
.NET100.14 - 200.8
.NET Windows100.14 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.14 - 200.8
Xamarin.Android100.14 - 100.15
Xamarin.iOS100.14 - 100.15
UWP100.14 - 200.8
In This Article
Back to top Copyright © 2022 Esri.