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.Implementation
Assembly:
PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.0.0.0 (7.0.6906.26599)
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