'Declaration ReadOnly Property DefinedNames As System.Collections.Generic.List(Of IName)
'Usage Dim instance As IExternalWorkbookInfo Dim value As System.Collections.Generic.List(Of IName) value = instance.DefinedNames
System.Collections.Generic.List<IName> DefinedNames {get;}