ArcFM Responder Mobile Developer Guide
ImportState Property (clsMobileClass)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678276)>
Public Overridable Property ImportState As mmImportStateType
'Usage
 
Dim instance As clsMobileClass
Dim value As mmImportStateType
 
instance.ImportState = value
 
value = instance.ImportState
[System.Runtime.InteropServices.DispId(1610678276)]
public virtual mmImportStateType ImportState {get; set;}
public read-write property ImportState: mmImportStateType; virtual; 
System.Runtime.InteropServices.DispIdAttribute(1610678276)
public function get,set ImportState : mmImportStateType
[System.Runtime.InteropServices.DispId(1610678276)]
public: __property virtual mmImportStateType get_ImportState();
public: __property virtual void set_ImportState( 
   mmImportStateType value
);
[System.Runtime.InteropServices.DispId(1610678276)]
public:
virtual property mmImportStateType ImportState {
   mmImportStateType get();
   void set (    mmImportStateType 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

clsMobileClass Class
clsMobileClass Members

Send Feedback