ArcFM Responder Mobile Developer Guide
NotEqualCriterion Constructor






Syntax
'Declaration
 
Public Function New( _
   ByVal unexpectedValue As System.Object _
)
'Usage
 
Dim unexpectedValue As System.Object
 
Dim instance As New NotEqualCriterion(unexpectedValue)
public NotEqualCriterion( 
   System.object unexpectedValue
)
public NotEqualCriterion( 
    unexpectedValue: System.TObject
); 
public function NotEqualCriterion( 
   unexpectedValue : System.Object
);
public: NotEqualCriterion( 
   System.Object* unexpectedValue
)
public:
NotEqualCriterion( 
   System.Object^ unexpectedValue
)

Parameters

unexpectedValue
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

NotEqualCriterion Class
NotEqualCriterion Members

Send Feedback