ArcFM Responder Mobile Developer Guide
GetMobileConfigByAppName Method (IMMPxMobileHelper)






Syntax
'Declaration
 
Function GetMobileConfigByAppName( _
   ByRef sAppName As System.String, _
   Optional ByVal bResetCache As System.Boolean _
) As IMMMobileConfig
'Usage
 
Dim instance As IMMPxMobileHelper
Dim sAppName As System.String
Dim bResetCache As System.Boolean
Dim value As IMMMobileConfig
 
value = instance.GetMobileConfigByAppName(sAppName, bResetCache)
IMMMobileConfig GetMobileConfigByAppName( 
   ref System.string sAppName,
   System.bool bResetCache
)
function GetMobileConfigByAppName( 
   var  sAppName: System.String;
    bResetCache: System.Boolean
): IMMMobileConfig; 
function GetMobileConfigByAppName( 
   sAppName : System.String,
   bResetCache : System.boolean
) : IMMMobileConfig;
IMMMobileConfig* GetMobileConfigByAppName( 
   ref System.string* sAppName,
   System.bool bResetCache
) 
IMMMobileConfig^ GetMobileConfigByAppName( 
   System.String^% sAppName,
   System.bool bResetCache
) 

Parameters

sAppName
bResetCache
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

IMMPxMobileHelper Interface
IMMPxMobileHelper Members

Send Feedback