Click or drag to resize
CustomPropertiesIsManuallyChanged Property
Gets / sets isManuallyChanged, a flag which signals the refresher not to overwrite the contents of this CustomProperties object with data read from the schema.

Namespace:  SD.LLBLGen.Pro.Core.GeneralDataStructures
Assembly:  SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public bool IsManuallyChanged { get; set; }

Property Value

Type: Boolean
See Also