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!

IConfigCollection.Add

Adds a new item to the configuration collection.

[Visual Basic]
Function Add( _
   ByVal Item As IConfigItem _
) As Integer
[C#]
int Add(
   IConfigItem Item
);
[C++]
int Add(
   IConfigItem* Item
) = 0;
[JScript]
function Add(
   Item : IConfigItem
) : int;

Parameters

Item
[To be supplied.]

Remarks

The GetEmptyConfigItem method can be used to obtain a new configuration item.

See Also

IConfigCollection Interface | IConfigCollection Members | System.Configuration Namespace