Namespace:
Asi.iBO.ContactManagement
Assembly:
Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| Visual Basic (Declaration) |
|---|
Public Function NewSubscription ( _
productCode As String, _
isDuesSynced As Boolean _
) As CSubscription |
Parameters
- productCode
- Type: System..::.String
The key to the CDuesProduct associated with this subscription
- isDuesSynced
- Type: System..::.Boolean
true if this subscription should be included in dues billing runs; false if it should be billed as an optional subscription.
Return Value
Newly created
CSubscription
See Also