Add an interest to the collection. Returns the new interest. The interest id is a person-interest or a contact-interest
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIInterest Add(
int InterestId
)
Function Add (
InterestId As Integer
) As IInterest
Dim instance As IInterests
Dim InterestId As Integer
Dim returnValue As IInterest
returnValue = instance.Add(InterestId)
IInterest^ Add(
[InAttribute] int InterestId
)
Parameters
- InterestId
- Type: SystemInt32
Return Value
Type:
IInterest
See Also