Checks to see if the subscription productCode supplied is defined for this Customer type and if so, if this customer type is a "member". See IsMemberRecord

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

Syntax

C#
public bool IsMemberSubscription(
	string productCode
)
Visual Basic
Public Function IsMemberSubscription ( _
	productCode As String _
) As Boolean
Visual C++
public:
bool IsMemberSubscription(
	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 defined for this customer type and this customer type is a "member" type.

See Also