ArcFM Responder Mobile Developer Guide
Code Property (IMMLibraryItem)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678274)>
ReadOnly Property Code As System.String
'Usage
 
Dim instance As IMMLibraryItem
Dim value As System.String
 
value = instance.Code
[System.Runtime.InteropServices.DispId(1610678274)]
System.string Code {get;}
read-only property Code: System.String; 
System.Runtime.InteropServices.DispIdAttribute(1610678274)
function get Code : System.String
[System.Runtime.InteropServices.DispId(1610678274)]
__property System.string* get_Code();
[System.Runtime.InteropServices.DispId(1610678274)]
property System.String^ Code {
   System.String^ get();
}
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

IMMLibraryItem Interface
IMMLibraryItem Members

Send Feedback