ArcFM Responder Mobile Developer Guide
Prompt Method (MMMInfoLogClass)






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

Parameters

bstrCustomMessage
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

MMMInfoLogClass Class
MMMInfoLogClass Members

Send Feedback