ArcFM Responder Mobile Developer Guide
SetConfig Method






Syntax
'Declaration
 
Sub SetConfig( _
   ByVal bIsEnterprise As System.Boolean, _
   ByVal sName As System.String, _
   ByVal sConfig As System.String _
) 
'Usage
 
Dim instance As IMMMobileConfig
Dim bIsEnterprise As System.Boolean
Dim sName As System.String
Dim sConfig As System.String
 
instance.SetConfig(bIsEnterprise, sName, sConfig)
void SetConfig( 
   System.bool bIsEnterprise,
   System.string sName,
   System.string sConfig
)
procedure SetConfig( 
    bIsEnterprise: System.Boolean;
    sName: System.String;
    sConfig: System.String
); 
function SetConfig( 
   bIsEnterprise : System.boolean,
   sName : System.String,
   sConfig : System.String
);
void SetConfig( 
   System.bool bIsEnterprise,
   System.string* sName,
   System.string* sConfig
) 
void SetConfig( 
   System.bool bIsEnterprise,
   System.String^ sName,
   System.String^ sConfig
) 

Parameters

bIsEnterprise
sName
sConfig
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

IMMMobileConfig Interface
IMMMobileConfig Members

Send Feedback