ArcFM Responder Mobile Developer Guide
ResetConfigNames Method






Syntax
'Declaration
 
Sub ResetConfigNames( _
   ByVal bIsEnterprise As System.Boolean _
) 
'Usage
 
Dim instance As IMMMobileConfig
Dim bIsEnterprise As System.Boolean
 
instance.ResetConfigNames(bIsEnterprise)
void ResetConfigNames( 
   System.bool bIsEnterprise
)
procedure ResetConfigNames( 
    bIsEnterprise: System.Boolean
); 
function ResetConfigNames( 
   bIsEnterprise : System.boolean
);
void ResetConfigNames( 
   System.bool bIsEnterprise
) 
void ResetConfigNames( 
   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