ArcFM Responder Mobile Developer Guide
NextConfigName Method






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

Parameters

bIsEnterprise
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