DtoMkdeClients Collection
A collection of MicroKernel Engine client objects.
Properties
Count | Returns the number of members in a collection. |
Item | Returns a specific member of a DtoMkdeClients collection. |
Methods
None
Remarks
Use the Count property to find the number of members in the collection.
Example
Dim my_session as new DtoSession
Dim result as DtoResult
result = my_session.Connect("myserver", "username", "password")
Dim my_monitor as DtoMonitor
Set my_monitor = my_session.Monitor
Dim my_mkdeclients as DtoMkdeClients
Set my_mkdeclients = my_monitor.MkdeClients
See Also