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.12.0.0 (5.12.0)
Syntaxpublic bool IsManuallyChanged { get; set; }Public Property IsManuallyChanged As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also