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