ArcFM Responder Mobile Developer Guide
SetMobileConfigByAppName Method (IMMPxMobileHelper)






Syntax
'Declaration
 
Sub SetMobileConfigByAppName( _
   ByRef sAppName As System.String, _
   ByVal pMobileConfig As IMMMobileConfig _
) 
'Usage
 
Dim instance As IMMPxMobileHelper
Dim sAppName As System.String
Dim pMobileConfig As IMMMobileConfig
 
instance.SetMobileConfigByAppName(sAppName, pMobileConfig)
void SetMobileConfigByAppName( 
   ref System.string sAppName,
   IMMMobileConfig pMobileConfig
)
procedure SetMobileConfigByAppName( 
   var  sAppName: System.String;
    pMobileConfig: IMMMobileConfig
); 
function SetMobileConfigByAppName( 
   sAppName : System.String,
   pMobileConfig : IMMMobileConfig
);
void SetMobileConfigByAppName( 
   ref System.string* sAppName,
   IMMMobileConfig* pMobileConfig
) 
void SetMobileConfigByAppName( 
   System.String^% sAppName,
   IMMMobileConfig^ pMobileConfig
) 

Parameters

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