Returns the name of an entity based on its key.
            
            
            
            
            
            
            
            public virtual string GetEntityName( 
   string 
)
             
        
            
            'Declaration
 
Public Overridable Function GetEntityName( _
   ByVal  As String _
) As String
             
        
            
            'Usage
 
Dim instance As XmlCatalog
Dim entityKey As String
Dim value As String
 
value = instance.GetEntityName(entityKey)
             
        
            
        
            
        
            
            public:
virtual String^ GetEntityName( 
   String^ 
) 
             
        
             
        
            Parameters
- entityKey
- The entity key System.String which name will be returned.
Return Value
A 
System.String representing the name of the entity.
 
            
            
            
            
            For an example of using the CatalogFactory, refer to the Event Log Viewer utility in the "Leadtools.Medical.Winforms" project.