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