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: 6.0.0.0 (6.0.6225.27214)
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