Gets an exported service by lookup name.
            
| C# | Visual Basic | Visual C++ | J# | 
Object GetHostedService( string lookupName )
Function GetHostedService ( _ lookupName As String _ ) As Object
Object^ GetHostedService( String^ lookupName )
Object GetHostedService( String lookupName )
- lookupName (String)
 - Service lookup name.
 
Matching exported service or null if none exists.
