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 (Int32, QueryCellOp, Object)

[To be supplied.]

[Visual Basic]
Overloads Public Sub Add( _
   ByVal PropertyIndex As Integer, _
   ByVal Operator As QueryCellOp, _
   ByVal Value As Object _
)
[C#]
public void Add(
   int PropertyIndex,
   QueryCellOp Operator,
   object Value
);
[C++]
public: void Add(
   int PropertyIndex,
   QueryCellOp Operator,
   Object* Value
);
[JScript]
public function Add(
   PropertyIndex : int,
   Operator : QueryCellOp,
   Value : Object
);

Parameters

PropertyIndex
The numeric index of the property by which the query is to filter.
Operator
[To be supplied.]
Value
[To be supplied.]

See Also

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