Array of subscriptions associated with this contact. Will be null if the contact has no notes.
Namespace: Asi.iBO.ContactManagementAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public CSubscription[] Subscriptions { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Subscriptions As CSubscription() Get |
| Visual C++ |
|---|
public: property array<CSubscription^>^ Subscriptions { array<CSubscription^>^ get (); } |