Click or drag to resize

OutputSettingValuesContainerIsEmpty Property

Gets a value indicating whether this instance is empty. Empty means there are no values directly stored in this object. That doesn't mean no value can be obtained from this object, as settings can also have defaults. Use this flag only to check whether xml for a container element has to be produced.

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 IsEmpty { get; }

Property Value

Type: Boolean
See Also