Click or drag to resize
IceNetHttpApplicationIsCoreEditable Property
Gets or sets if the package "Core" can modified.

Namespace: PDTec.IceNet.Web
Assembly: PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public static bool IsCoreEditable { get; set; }

Property Value

Type: Boolean
Remarks
If this property is explicitly set, automatic retrieval of infrastructure parameters from web.config is disabled. Therfore, only set this property if web.config information should not be used.
See Also