|
This object is a collection of DtoCategory objects representing all the setting categories available for a particular DtoSession object.
|
Count
|
Returns the number of members in a collection.
|
|
Item
|
Returns a specific member of a collection.
|
None
This collection allows retrieving individual items by passing a 1-based ordinal.
Use the Count property to find the number of members in the collection.
Use the Item property to retrieve the one-based index of a collection.
' instantiate session object and connect to server Dim my_session as new DtoSession Dim result as DtoResult result = my_session.Connect("myserver", "username", "password") ' now obtain categories collection Dim my_categories as DtoCategories Set my_categories = my_session.Categories
|
Chapter contents
Prev topic: Configuring Pervasive Servers with DTO
|