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

Syntax

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

See Also