Property SyncContingentValues
SyncContingentValues
Gets or sets a value indicating whether to include Contingent Value data from the service when generating, or synchronizing with, an offline geodatabase.
Declaration
public bool SyncContingentValues { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Remarks
Feature layers and tables are always included in the generation and synchronization of the geodatabase. Check SupportsContingentValues to see if Contingent Value data is available from the service.
The default value of SyncContingentValues is true
, meaning Contingent Value data is included.
This property can be used at the same time as specifying other additional data types to be included.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.13 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.13 - 200.5 |
Xamarin.Android | 100.13 - 100.15 |
Xamarin.iOS | 100.13 - 100.15 |
UWP | 100.13 - 200.5 |