ArcFM Responder Mobile Developer Guide
Execute Method (IMMMobileAdminProperties)






Syntax
'Declaration
 
Function Execute( _
   ByVal mmConfig As mmMobileConfiguration _
) As Miner.Interop.msxml2.IXMLDOMDocument
'Usage
 
Dim instance As IMMMobileAdminProperties
Dim mmConfig As mmMobileConfiguration
Dim value As Miner.Interop.msxml2.IXMLDOMDocument
 
value = instance.Execute(mmConfig)
Miner.Interop.msxml2.IXMLDOMDocument Execute( 
   mmMobileConfiguration mmConfig
)
function Execute( 
    mmConfig: mmMobileConfiguration
): Miner.Interop.msxml2.IXMLDOMDocument; 
function Execute( 
   mmConfig : mmMobileConfiguration
) : Miner.Interop.msxml2.IXMLDOMDocument;
Miner.Interop.msxml2.IXMLDOMDocument* Execute( 
   mmMobileConfiguration mmConfig
) 
Miner.Interop.msxml2.IXMLDOMDocument^ Execute( 
   mmMobileConfiguration mmConfig
) 

Parameters

mmConfig
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

IMMMobileAdminProperties Interface
IMMMobileAdminProperties Members

Send Feedback