IConsentPersons_Remove Method |
Remove an item by id
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
SyntaxSub _Remove (
Id As Integer
)
Dim instance As IConsentPersons
Dim Id As Integer
instance._Remove(Id)
void _Remove(
[InAttribute] int Id
)
Parameters
- Id
- Type: SystemInt32
Implements
IMapCollection_Remove(Int32)
See Also