ArcFM Responder Mobile Developer Guide
PromptConnection(String,String,String,String,String) Method






Syntax
'Declaration
 
Public Overloads Overridable Function PromptConnection( _
   ByRef sProvider As System.String, _
   ByRef sServer As System.String, _
   ByRef sDBName As System.String, _
   ByRef sUser As System.String, _
   ByRef sPassword As System.String _
) As System.Boolean
'Usage
 
Dim instance As PxLoginClass
Dim sProvider As System.String
Dim sServer As System.String
Dim sDBName As System.String
Dim sUser As System.String
Dim sPassword As System.String
Dim value As System.Boolean
 
value = instance.PromptConnection(sProvider, sServer, sDBName, sUser, sPassword)
public virtual System.bool PromptConnection( 
   out System.string sProvider,
   out System.string sServer,
   out System.string sDBName,
   out System.string sUser,
   out System.string sPassword
)
public function PromptConnection( 
   Out  sProvider: System.String;
   Out  sServer: System.String;
   Out  sDBName: System.String;
   Out  sUser: System.String;
   Out  sPassword: System.String
): System.Boolean; virtual; 
public function PromptConnection( 
   sProvider : System.String,
   sServer : System.String,
   sDBName : System.String,
   sUser : System.String,
   sPassword : System.String
) : System.boolean;
public: virtual System.bool PromptConnection( 
   [PARAMFLAG::Out] System.string* sProvider,
   [PARAMFLAG::Out] System.string* sServer,
   [PARAMFLAG::Out] System.string* sDBName,
   [PARAMFLAG::Out] System.string* sUser,
   [PARAMFLAG::Out] System.string* sPassword
) 
public:
virtual System.bool PromptConnection( 
   [Out] System.String^ sProvider,
   [Out] System.String^ sServer,
   [Out] System.String^ sDBName,
   [Out] System.String^ sUser,
   [Out] System.String^ sPassword
) 

Parameters

sProvider
sServer
sDBName
sUser
sPassword
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

PxLoginClass Class
PxLoginClass Members
Overload List

Send Feedback