IActivityLinksRemovePerson Method |
Method for removing a person from the list of links
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid RemovePerson(
IPerson pVal
)
Sub RemovePerson (
pVal As IPerson
)
Dim instance As IActivityLinks
Dim pVal As IPerson
instance.RemovePerson(pVal)
void RemovePerson(
[InAttribute] IPerson^ pVal
)
Parameters
- pVal
- Type: SuperOffice.COM.ApplicationIPerson
See Also