Checks to see if the subscription productCode supplied is the primary subscription for this Customer type

Namespace:  Asi.iBO.SystemConfig
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public bool IsPrimarySubscription(
	string productCode
)
Visual Basic (Declaration)
Public Function IsPrimarySubscription ( _
	productCode As String _
) As Boolean
Visual C++
public:
bool IsPrimarySubscription(
	String^ productCode
)

Parameters

productCode
Type: System..::.String
The PoductCode (product key) of the subscription product to check

Return Value

True if the supplied subscription is the primary subscription for this customer type.

See Also