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!

BaseConfigCollection.Add (IConfigItem)

[To be supplied.]

[Visual Basic]
Overloads Overridable Public Function Add( _
   ByVal Item As IConfigItem _
) As Integer
[C#]
public virtual int Add(
   IConfigItem Item
);
[C++]
public: virtual int Add(
   IConfigItem* Item
);
[JScript]
public function Add(
   Item : IConfigItem
) : int;

Parameters

Item
[To be supplied.]

See Also

BaseConfigCollection Class | BaseConfigCollection Members | System.Configuration Namespace | BaseConfigCollection.Add Overload List