[To be supplied.]
[Visual Basic] Public Shared Function EnsureInit( _ ByVal configtype As Type, _ ByVal context As Object _ ) As Boolean [C#] public static bool EnsureInit( Type configtype, object context ); [C++] public: static bool EnsureInit( Type* configtype, Object* context ); [JScript] public static function EnsureInit( configtype : Type, context : Object ) : Boolean;
ConfigurationSystem Class | ConfigurationSystem Members | System.Web.Configuration Namespace