ArcFM Responder Mobile Developer Guide
Enabled Property (IMMPxMessageProcessor)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678273)>
ReadOnly Property Enabled( _
   ByRef sMessage As System.String _
) As System.Boolean
'Usage
 
Dim instance As IMMPxMessageProcessor
Dim sMessage As System.String
Dim value As System.Boolean
 
value = instance.Enabled(sMessage)
[System.Runtime.InteropServices.DispId(1610678273)]
System.bool Enabled( 
   ref System.string sMessage
) {get;}
read-only property Enabled( 
   var  sMessage: System.String
): System.Boolean; 
System.Runtime.InteropServices.DispIdAttribute(1610678273)
function get Enabled( 
   sMessage : System.String
) : System.boolean
[System.Runtime.InteropServices.DispId(1610678273)]
__property System.bool get_Enabled( 
   ref System.string* sMessage
);
[System.Runtime.InteropServices.DispId(1610678273)]
property System.bool Enabled {
   System.bool get(System.String^% sMessage);
}

Parameters

sMessage
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

IMMPxMessageProcessor Interface
IMMPxMessageProcessor Members

Send Feedback