ArcFM Responder Mobile Developer Guide
StatusMessage Property (IMMMessageCallback)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678274)>
WriteOnly Property StatusMessage As System.String
'Usage
 
Dim instance As IMMMessageCallback
 
instance.StatusMessage = value
[System.Runtime.InteropServices.DispId(1610678274)]
System.string StatusMessage {set;}
write-only property StatusMessage: System.String; 
System.Runtime.InteropServices.DispIdAttribute(1610678274)
function set StatusMessage : System.String
[System.Runtime.InteropServices.DispId(1610678274)]
__property void set_StatusMessage( 
   System.string* value
);
[System.Runtime.InteropServices.DispId(1610678274)]
property System.String^ StatusMessage {
   void set (    System.String^ value);
}
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

IMMMessageCallback Interface
IMMMessageCallback Members

Send Feedback