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!

QueryCell Class

A QueryCell represents one condition in the query. All QueryCells in the ConfigQuery are ANDed together to determine the outcome of the query.

Object
   QueryCell

[Visual Basic]
Public Class QueryCell
[C#]
public class QueryCell
[C++]
public __gc class QueryCell
[JScript]
public class QueryCell

Remarks

[To be supplied.]

Requirements

Namespace: System.Configuration

Assembly: System.Configuration.dll

See Also

QueryCell Members | System.Configuration Namespace