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
Target | Versions |
---|---|
.NET Standard 2.0 | 200.6 |
.NET | 200.6 |
.NET Windows | 200.6 |
.NET Android | 200.6 |
.NET iOS | 200.6 |
.NET Framework | 200.6 |
UWP | 200.6 |