Click or drag to resize

ProjectPropertiesEnableLocalSyncSourceOverrides Property

Enables/disables local sync source overrides. This setting is set at project load time when there's a .syncoverrides file, and then controlled by a checkbox in the sync window. This setting isn't serialized to the project file as it's a gui only setting.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public bool EnableLocalSyncSourceOverrides { get; set; }

Property Value

Type: Boolean
See Also