ArcFM Responder Mobile Developer Guide
Connection Property (clsLoginClass)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678275)>
Public Overridable Property Connection As ADODB.Connection
'Usage
 
Dim instance As clsLoginClass
Dim value As ADODB.Connection
 
instance.Connection = value
 
value = instance.Connection
[System.Runtime.InteropServices.DispId(1610678275)]
public virtual ADODB.Connection Connection {get; set;}
public read-write property Connection: ADODB.Connection; virtual; 
System.Runtime.InteropServices.DispIdAttribute(1610678275)
public function get,set Connection : ADODB.Connection
[System.Runtime.InteropServices.DispId(1610678275)]
public: __property virtual ADODB.Connection* get_Connection();
public: __property virtual void set_Connection( 
   ADODB.Connection* value
);
[System.Runtime.InteropServices.DispId(1610678275)]
public:
virtual property ADODB.Connection^ Connection {
   ADODB.Connection^ get();
   void set (    ADODB.Connection^ value);
}
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

clsLoginClass Class
clsLoginClass Members

Send Feedback