Description
Returns an object representing a collection of all user datatypes in the Data Dictionary.
Syntax
Public Function UserDatatypes() As UserDatatypes
Example
Dim MyDictionary As Dictionary Dim MyUserDatatype As UserDatatype For Each MyUserDatatype In MyDictionary.UserDatatypes ' Operations on user datatypes go here ... Next MyUserDatatype
See Also