ArcFM Responder Mobile Developer Guide
GetConfig Method






Syntax
'Declaration
 
Function GetConfig( _
   ByVal bIsEnterprise As System.Boolean, _
   ByVal sName As System.String _
) As System.String
'Usage
 
Dim instance As IMMMobileConfig
Dim bIsEnterprise As System.Boolean
Dim sName As System.String
Dim value As System.String
 
value = instance.GetConfig(bIsEnterprise, sName)
System.string GetConfig( 
   System.bool bIsEnterprise,
   System.string sName
)
function GetConfig( 
    bIsEnterprise: System.Boolean;
    sName: System.String
): System.String; 
function GetConfig( 
   bIsEnterprise : System.boolean,
   sName : System.String
) : System.String;
System.string* GetConfig( 
   System.bool bIsEnterprise,
   System.string* sName
) 
System.String^ GetConfig( 
   System.bool bIsEnterprise,
   System.String^ sName
) 

Parameters

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