Show / Hide Table of Contents

Property SyncAttributeRules

SyncAttributeRules

Gets or sets a value indicating whether Attribute Rule data is to be included from the service, when generating, or synchronizing with, an offline geodatabase.

Declaration
public bool SyncAttributeRules { get; set; }
Property Value
Type Description
System.Boolean

Specifies whether Attribute Rule data is to be included from the service, when generating, or synchronizing with, an offline geodatabase.

Remarks

Feature layers and tables are always included in the generation and synchronization of the geodatabase. Attribute Rule data can be optionally included.

The default value is false. Attribute Rule data will not be included.

SupportsAttributeRules can be used to check whether Attribute Rule data is available from the service.

This property can be used at the same time as specifying other additional data types to be included.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.6 - 200.7
.NET200.6 - 200.7
.NET Windows200.6 - 200.7
.NET Android200.6 - 200.7
.NET iOS200.6 - 200.7
.NET Framework200.6 - 200.7
UWP200.6 - 200.7
In This Article
Back to top Copyright © 2022 Esri.