ArcFM Responder Mobile Developer Guide
BitmapID Property (IMMValidationError)






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

IMMValidationError Interface
IMMValidationError Members

Send Feedback