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