IWebApplication::OpenWebConfiguration Method (Boolean)

 

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)

Configuration^ OpenWebConfiguration(
	bool isReadOnly
)

Parameters

isReadOnly
Type: System::Boolean

true to indicate the returned Configuration is editable; otherwise, false.

Return Value

Type: System.Configuration::Configuration^

An object representing the current Web application in the design host.

.NET Framework
Available since 2.0
Return to top
Show: