CustomizationLists Object
Description
The collection of all CustomizationList objects.
Remarks
Get the CustomizationLists collection from  the Customization Object.
Public Methods
Public Method AddListAdds a new CustomizationList object.
Public Method RemoveListRemoves a CustomizationList object.
Public Properties
Public Property CountThe number of lists in the CustomizationLists object.
Public Property IsListExistChecks if the specified customization list exists.
Public Property ListGets the CustomizationList specified by name or ID.
Public Property ListByCountGets the CustomizationList specified by its index number.
See Also