ArcFM Responder Mobile Developer Guide
IsInstalledProduct Property (IMMLicensedProductManager)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610743810)>
ReadOnly Property IsInstalledProduct( _
   ByVal eProduct As mmProductInstallation _
) As System.Boolean
'Usage
 
Dim instance As IMMLicensedProductManager
Dim eProduct As mmProductInstallation
Dim value As System.Boolean
 
value = instance.IsInstalledProduct(eProduct)
[System.Runtime.InteropServices.DispId(1610743810)]
System.bool IsInstalledProduct( 
   mmProductInstallation eProduct
) {get;}
read-only property IsInstalledProduct( 
    eProduct: mmProductInstallation
): System.Boolean; 
System.Runtime.InteropServices.DispIdAttribute(1610743810)
function get IsInstalledProduct( 
   eProduct : mmProductInstallation
) : System.boolean
[System.Runtime.InteropServices.DispId(1610743810)]
__property System.bool get_IsInstalledProduct( 
   mmProductInstallation eProduct
);
[System.Runtime.InteropServices.DispId(1610743810)]
property System.bool IsInstalledProduct {
   System.bool get(mmProductInstallation eProduct);
}

Parameters

eProduct
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

IMMLicensedProductManager Interface
IMMLicensedProductManager Members

Send Feedback