Returns the SubscriptionDef record associated with the supplied productCode and this CustomerType.
Namespace:
Asi.iBO.SystemConfig
Assembly:
Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| Visual Basic (Declaration) |
|---|
Public Function GetSubscriptionDefByCode ( _
productCode As String _
) As CSubscriptionDef |
Parameters
- productCode
- Type: System..::.String
The PoductCode (product key) of the subscription product to retrieve
Return Value
Returns the SubscriptionDef record associated with the supplied productCode or null if the
productCode is not associated with this Customer type.
See Also