IWebApplication.OpenWebConfiguration Method
.NET Framework 3.0
Returns a Configuration object representing the current Web application in the design host.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
Configuration OpenWebConfiguration ( boolean isReadOnly )
function OpenWebConfiguration ( isReadOnly : boolean ) : Configuration
Not applicable.
Parameters
- isReadOnly
true to indicate the returned Configuration is editable; otherwise, false.
Return Value
A Configuration.Community Additions
ADD
Show: