NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ConfigurationSystem.GetDictionaryValue

[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;

Parameters

name
[To be supplied.]
key
[To be supplied.]

See Also

ConfigurationSystem Class | ConfigurationSystem Members | System.Web.Configuration Namespace