ArcFM Responder Mobile Developer Guide
SetConnectionProperties Method (MMFrameworkLoginObjectClass)






Syntax
'Declaration
 
Public Overridable Sub SetConnectionProperties( _
   ByVal pPropertySet As ESRI.ArcGIS.esriSystem.IPropertySet _
) 
'Usage
 
Dim instance As MMFrameworkLoginObjectClass
Dim pPropertySet As ESRI.ArcGIS.esriSystem.IPropertySet
 
instance.SetConnectionProperties(pPropertySet)
public virtual void SetConnectionProperties( 
   ESRI.ArcGIS.esriSystem.IPropertySet pPropertySet
)
public procedure SetConnectionProperties( 
    pPropertySet: ESRI.ArcGIS.esriSystem.IPropertySet
); virtual; 
public function SetConnectionProperties( 
   pPropertySet : ESRI.ArcGIS.esriSystem.IPropertySet
);
public: virtual void SetConnectionProperties( 
   ESRI.ArcGIS.esriSystem.IPropertySet* pPropertySet
) 
public:
virtual void SetConnectionProperties( 
   ESRI.ArcGIS.esriSystem.IPropertySet^ pPropertySet
) 

Parameters

pPropertySet
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

MMFrameworkLoginObjectClass Class
MMFrameworkLoginObjectClass Members

Send Feedback