[To be supplied.]
[Visual Basic] Overloads Public Sub Add( _ ByVal configType As String, _ ByVal propertyName As String, _ ByVal Operator As QueryCellOp, _ ByVal Value As Object _ ) [C#] public void Add( string configType, string propertyName, QueryCellOp Operator, object Value ); [C++] public: void Add( String* configType, String* propertyName, QueryCellOp Operator, Object* Value ); [JScript] public function Add( configType : String, propertyName : String, Operator : QueryCellOp, Value : Object );
ConfigQuery Class | ConfigQuery Members | System.Configuration Namespace | ConfigQuery.Add Overload List