The subscriptions associated with this customer type. By default, all of these subscriptions will be billed to members of the given customer type.

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

Syntax

C#
public CSubscriptionDef[] Subscriptions { get; }
Visual Basic (Declaration)
Public ReadOnly Property Subscriptions As CSubscriptionDef()
Visual C++
public:
property array<CSubscriptionDef^>^ Subscriptions {
	array<CSubscriptionDef^>^ get ();
}

See Also