| OutputSettingValuesContainerNotifyProjectIfValueChanges Property  | 
 
            Gets or sets a value indicating whether the project has to be notified (marked as changed) if a value in this container is changed.
            Default is true.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.Configuration
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic bool NotifyProjectIfValueChanges { get; set; }Public Property NotifyProjectIfValueChanges As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also