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.GeneralDataStructuresAssembly: SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.0.0.0 (5.0.0)
Syntax public bool IsManuallyChanged { get; set; }
Public Property IsManuallyChanged As Boolean
Get
Set
Property Value
Type:
BooleanSee Also