ArcFM Responder Mobile Developer Guide
SessionTypeId Property






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678277)>
Property SessionTypeId As System.Integer
'Usage
 
Dim instance As IMMSession3
Dim value As System.Integer
 
instance.SessionTypeId = value
 
value = instance.SessionTypeId
[System.Runtime.InteropServices.DispId(1610678277)]
System.int SessionTypeId {get; set;}
read-write property SessionTypeId: System.Integer; 
System.Runtime.InteropServices.DispIdAttribute(1610678277)
function get,set SessionTypeId : System.int
[System.Runtime.InteropServices.DispId(1610678277)]
__property System.int get_SessionTypeId();
__property void set_SessionTypeId( 
   System.int value
);
[System.Runtime.InteropServices.DispId(1610678277)]
property System.int SessionTypeId {
   System.int get();
   void set (    System.int 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

IMMSession3 Interface
IMMSession3 Members

Send Feedback