Remove a person from the list
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid Remove(
int i_PersonId
)
Sub Remove (
i_PersonId As Integer
)
Dim instance As IPersons
Dim i_PersonId As Integer
instance.Remove(i_PersonId)
void Remove(
[InAttribute] int i_PersonId
)
Parameters
- i_PersonId
- Type: SystemInt32
See Also