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.2.0
Syntax
| C# |
|---|
public CSubscription[] Subscriptions { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Subscriptions As CSubscription() |
| Visual C++ |
|---|
public: property array<CSubscription^>^ Subscriptions { array<CSubscription^>^ get (); } |