ArcFM Responder Mobile Developer Guide
Execute Method (mmAboutDialogClass)






Syntax
'Declaration
 
Public Overridable Sub Execute( _
   ByVal sProductName As System.String _
) 
'Usage
 
Dim instance As mmAboutDialogClass
Dim sProductName As System.String
 
instance.Execute(sProductName)
public virtual void Execute( 
   System.string sProductName
)
public procedure Execute( 
    sProductName: System.String
); virtual; 
public function Execute( 
   sProductName : System.String
);
public: virtual void Execute( 
   System.string* sProductName
) 
public:
virtual void Execute( 
   System.String^ sProductName
) 

Parameters

sProductName
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

mmAboutDialogClass Class
mmAboutDialogClass Members

Send Feedback