The number of subscriptions associated with this customer type.

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

Syntax

C#
public int SubscriptionCount { get; }
Visual Basic (Declaration)
Public ReadOnly Property SubscriptionCount As Integer
Visual C++
public:
property int SubscriptionCount {
	int get ();
}

See Also