IMapCollectionExists Method |
Returns true if the given item exists in the collection
Namespace:
SuperOffice.COM.EventServer
Assembly:
SOEventServer.Interop (in SOEventServer.Interop.dll) Version: 8.0.0.0
SyntaxFunction Exists (
ID As Integer
) As Boolean
Dim instance As IMapCollection
Dim ID As Integer
Dim returnValue As Boolean
returnValue = instance.Exists(ID)
bool Exists(
[InAttribute] int ID
)
Parameters
- ID
- Type: SystemInt32
Return Value
Type:
Boolean
See Also