Click or drag to resize

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.2.0.0 (7.2.7583.15464)
Syntax
C#
public bool IsValidWithDefault { get; set; }

Property Value

Type: Boolean
true if this configuration component instance is valid is valid without an XML section; otherwise, false.
See Also