Gets the primary subscription associated with this contact
Namespace:
Asi.iBO.ContactManagementAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public CSubscription PrimarySubscription { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property PrimarySubscription As CSubscription |
| Visual C++ |
|---|
public: property CSubscription^ PrimarySubscription { CSubscription^ get (); } |
Field Value
The CSubscription object associated with this contact that is the primary subscription for the contact's customer type
Remarks
This value will be null if the contact does not have a subscription to the customer type's
primary subscription or if the customer type does not have a primary subscription.