Click or drag to resize

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.9.0.0 (5.9.0)
Syntax
public bool NotifyProjectIfValueChanges { get; set; }

Property Value

Type: Boolean
See Also