ArcFM Responder Mobile Developer Guide
Price Property (IMMLibraryItem)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678276)>
ReadOnly Property Price As System.Double
'Usage
 
Dim instance As IMMLibraryItem
Dim value As System.Double
 
value = instance.Price
[System.Runtime.InteropServices.DispId(1610678276)]
System.double Price {get;}
read-only property Price: System.Double; 
System.Runtime.InteropServices.DispIdAttribute(1610678276)
function get Price : System.double
[System.Runtime.InteropServices.DispId(1610678276)]
__property System.double get_Price();
[System.Runtime.InteropServices.DispId(1610678276)]
property System.double Price {
   System.double 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