ArcFM Responder Mobile Developer Guide
Status Property (IMMSessionVersion)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678280)>
Property Status As System.Short
'Usage
 
Dim instance As IMMSessionVersion
Dim value As System.Short
 
instance.Status = value
 
value = instance.Status
[System.Runtime.InteropServices.DispId(1610678280)]
System.short Status {get; set;}
read-write property Status: System.Int16; 
System.Runtime.InteropServices.DispIdAttribute(1610678280)
function get,set Status : System.short
[System.Runtime.InteropServices.DispId(1610678280)]
__property System.short get_Status();
__property void set_Status( 
   System.short value
);
[System.Runtime.InteropServices.DispId(1610678280)]
property System.short Status {
   System.short get();
   void set (    System.short 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

IMMSessionVersion Interface
IMMSessionVersion Members

Send Feedback