ArcFM Responder Mobile Developer Guide
IsLicensedProduct Property (IMMLicensedProductManager)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610743809)>
ReadOnly Property IsLicensedProduct( _
   ByVal eProduct As mmProductInstallation _
) As System.Boolean
'Usage
 
Dim instance As IMMLicensedProductManager
Dim eProduct As mmProductInstallation
Dim value As System.Boolean
 
value = instance.IsLicensedProduct(eProduct)
[System.Runtime.InteropServices.DispId(1610743809)]
System.bool IsLicensedProduct( 
   mmProductInstallation eProduct
) {get;}
read-only property IsLicensedProduct( 
    eProduct: mmProductInstallation
): System.Boolean; 
System.Runtime.InteropServices.DispIdAttribute(1610743809)
function get IsLicensedProduct( 
   eProduct : mmProductInstallation
) : System.boolean
[System.Runtime.InteropServices.DispId(1610743809)]
__property System.bool get_IsLicensedProduct( 
   mmProductInstallation eProduct
);
[System.Runtime.InteropServices.DispId(1610743809)]
property System.bool IsLicensedProduct {
   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