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!

SettingContainer Constructor

[To be supplied.]

[Visual Basic]
Public Sub New( _
   ByVal dictionary As IDictionary _
)
[C#]
public SettingContainer(
   IDictionary dictionary
);
[C++]
public: SettingContainer(
   IDictionary* dictionary
);
[JScript]
public function SettingContainer(
   dictionary : IDictionary
);

Parameters

dictionary
[To be supplied.]

See Also

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