Not Constructor(LogicalFilter)
See Also 
SourceCode.SmartObjects.Client.Filters Namespace > Not Class > Not Constructor : Not Constructor(LogicalFilter)



predicate

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal predicate As LogicalFilter _
)
Visual Basic (Usage) Copy Code
Dim predicate As LogicalFilter
 
Dim instance As New Not(predicate)
C#  
public Not( 
   LogicalFilter predicate
)
C++/CLI  
public:
Not( 
   LogicalFilter^ predicate
)

Parameters

predicate

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also