Initializes a new instance of the NotCondition class.
Initializes a new instance of the NotCondition class.
[Visual Basic] Protected Sub New()
[C#] protected NotCondition();
[C++] protected: NotCondition();
[JScript] protected function NotCondition();
[Visual Basic] Public Sub New(ByVal SearchCondition)
[C#] public NotCondition(SearchCondition);
[C++] public: NotCondition(SearchCondition*);
[JScript] public function NotCondition(SearchCondition);