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