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 (Object)

[To be supplied.]

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

Parameters

item
[To be supplied.]

See Also

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