![]()  | 
                    
                         This document is archived and information here might be outdated. Recommended version.  | 
                
The IMS connection, if it exists.
[Visual Basic .NET] Public Property IMSConnection As IIMSGlobeConnection
[C#] public IIMSGlobeConnection IMSConnection {get; set;}
[C++]
HRESULT get_IMSConnection(
  IIMSGlobeConnection** ppConnection
);
[C++]
HRESULT putref_IMSConnection(
  IIMSGlobeConnection* ppConnection
);
[C++] Parameters ppConnection [out, retval]
ppConnection is a parameter of type IIMSGlobeConnection** ppConnection [in]
ppConnection is a parameter of type IIMSGlobeConnection*