  | IServiceLocatorGetInstanceTService Method (String) | 
  
    Namespace: 
   Dynamicweb.Extensibility
    Assembly:
   Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
SyntaxTService GetInstance<TService>(
	string key
)
Function GetInstance(Of TService) ( 
	key As String
) As TService
Parameters
- key
 - Type: SystemString
 
Type Parameters
- TService
 
Return Value
Type: 
TService
See Also