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.3.0

Syntax

C#
public CSubscriptionDef GetSubscriptionDefByCode(
	string productCode
)
Visual Basic
Public Function GetSubscriptionDefByCode ( _
	productCode As String _
) As CSubscriptionDef
Visual C++
public:
CSubscriptionDef^ GetSubscriptionDefByCode(
	String^ productCode
)

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