ArcFM Responder Mobile Developer Guide
FindCallsAndRelatedCustomersRequest Constructor(String)






Syntax
'Declaration
 
Public Function New( _
   ByVal whereClause As System.String _
)
'Usage
 
Dim whereClause As System.String
 
Dim instance As New FindCallsAndRelatedCustomersRequest(whereClause)
public FindCallsAndRelatedCustomersRequest( 
   System.string whereClause
)
public FindCallsAndRelatedCustomersRequest( 
    whereClause: System.String
); 
public function FindCallsAndRelatedCustomersRequest( 
   whereClause : System.String
);
public: FindCallsAndRelatedCustomersRequest( 
   System.string* whereClause
)
public:
FindCallsAndRelatedCustomersRequest( 
   System.String^ whereClause
)

Parameters

whereClause
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

FindCallsAndRelatedCustomersRequest Class
FindCallsAndRelatedCustomersRequest Members
Overload List

Send Feedback