ArcFM Responder Mobile Developer Guide
Access Property (IMMSessionVersion)






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