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.Remove

Removes a QueryCell from a ConfigQuery.

[Visual Basic]
Public Sub Remove( _
   ByVal nIndex As Integer _
)
[C#]
public void Remove(
   int nIndex
);
[C++]
public: void Remove(
   int nIndex
);
[JScript]
public function Remove(
   nIndex : int
);

Parameters

nIndex
The index of the QueryCell to be removed (not the property index!).

See Also

ConfigQuery Class | ConfigQuery Members | System.Configuration Namespace