Indicates whether or not the Opportunity Manager module is licensed
Namespace:
Asi.iBOAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public static bool IsOpportunityManagerLicensed { get; } |
| Visual Basic (Declaration) |
|---|
Public Shared ReadOnly Property IsOpportunityManagerLicensed As Boolean |
| Visual C++ |
|---|
public: static property bool IsOpportunityManagerLicensed { bool get (); } |
Field Value
true if the Opportunity Manager module add-on is licensed for this iMIS instance; false otherwise.
Remarks
For information on the iMIS instance being used, see InitializeSystem()()().