| PluginStoreGetPluginByPluginID Method  | 
 
            Gets the plugin with the id passed in
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructures
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntaxpublic PluginBase GetPluginByPluginID(
	Guid pluginID
)
Public Function GetPluginByPluginID ( 
	pluginID As Guid
) As PluginBase
Parameters
- pluginID
 - Type: SystemGuid
The plugin ID. 
Return Value
Type: 
PluginBasethe plugin if loaded, otherwise null
See Also