[To be supplied.]
[Visual Basic] Public Shared Function GetDictionaryValue( _ ByVal name As String, _ ByVal key As Object _ ) As Object [C#] public static object GetDictionaryValue( string name, object key ); [C++] public: static Object* GetDictionaryValue( String* name, Object* key ); [JScript] public static function GetDictionaryValue( name : String, key : Object ) : Object;
ConfigurationSystem Class | ConfigurationSystem Members | System.Web.Configuration Namespace