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.8.0.0 (5.8.21.0208)
Syntaxpublic bool IsEmpty { get; }Public ReadOnly Property IsEmpty As Boolean
	Get
Property Value
Type: 
Boolean
See Also