Show / Hide Table of Contents

Property Contingencies

Contingencies

Gets a collection of contingencies that define possible values for fields in this field group.

Declaration
public IReadOnlyList<Contingency> Contingencies { get; }
Property Value
Type Description
System.Collections.Generic.IReadOnlyList<Contingency>

A collection of contingencies that define possible values for fields in this field group.

Remarks

It is possible for a field group to contain no contingencies (either because none were authored, or existing ones were deleted). In this scenario, the field group will offer no suggested values, and will not result in any violations.

Applies to

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