ArcFM Responder Mobile Developer Guide
NotInSetCriterion Constructor






Syntax
'Declaration
 
Public Function New( _
   ByVal ParamArray unexpectedValues() As System.Object _
)
'Usage
 
Dim unexpectedValues() As System.Object
 
Dim instance As New NotInSetCriterion(unexpectedValues)
public NotInSetCriterion( 
   params System.object[] unexpectedValues
)
public NotInSetCriterion( 
   params  unexpectedValues: System.TObjectarray of
); 
public function NotInSetCriterion( 
   unexpectedValues : System.Object[]
);
public: NotInSetCriterion( 
   params System.Object*[]* unexpectedValues
)
public:
NotInSetCriterion( 
   ... System.array<Object^>^ unexpectedValues
)

Parameters

unexpectedValues
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

Reference

NotInSetCriterion Class
NotInSetCriterion Members

Send Feedback