ArcFM Responder Mobile Developer Guide
ImportSuccessful Property






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678277)>
Property ImportSuccessful As System.Boolean
'Usage
 
Dim instance As IMMMobileTools
Dim value As System.Boolean
 
instance.ImportSuccessful = value
 
value = instance.ImportSuccessful
[System.Runtime.InteropServices.DispId(1610678277)]
System.bool ImportSuccessful {get; set;}
read-write property ImportSuccessful: System.Boolean; 
System.Runtime.InteropServices.DispIdAttribute(1610678277)
function get,set ImportSuccessful : System.boolean
[System.Runtime.InteropServices.DispId(1610678277)]
__property System.bool get_ImportSuccessful();
__property void set_ImportSuccessful( 
   System.bool value
);
[System.Runtime.InteropServices.DispId(1610678277)]
property System.bool ImportSuccessful {
   System.bool get();
   void set (    System.bool 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

IMMMobileTools Interface
IMMMobileTools Members

Send Feedback