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!

ConfigQuery.Add (QueryCell)

[To be supplied.]

[Visual Basic]
Overloads Public Sub Add( _
   ByVal cell As QueryCell _
)
[C#]
public void Add(
   QueryCell cell
);
[C++]
public: void Add(
   QueryCell* cell
);
[JScript]
public function Add(
   cell : QueryCell
);

Parameters

cell
The QueryCell to be added.

See Also

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