IsListExist Property
Description
Checks if the specified customization list exists.
Property type
Read-only property
Syntax
Visual Basic
Public Property IsListExist( _
   ByVal ListName As String _
) As Boolean
Parameters
ListName
The name of the list whose existence you want to check.
See Also