| ConfigComponentAttributeIsValidWithDefault Property  | 
            Gets or sets a value indicating whether this configuration
            component is valid without an XML section. In this case the
            configuration component must provide valid default settings.
            
 
Namespace: PDTec.IceNet.Sdk.ImplementationAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic bool IsValidWithDefault { get; set; }Property Value
Type: 
Booleantrue if this configuration component instance is 
                valid is valid without an XML section; otherwise, 
false.
            
See Also